forked from NillionNetwork/client-ts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 734 Bytes
/
Copy pathpackage.json
File metadata and controls
25 lines (25 loc) · 734 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"name": "@nillion/root",
"version": "1.0.0",
"license": "Apache-2.0",
"private": true,
"engines": {
"node": ">=23"
},
"scripts": {
"install-hooks": "lefthook install"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@commitlint/cli": "^19.6.0",
"@commitlint/config-conventional": "^19.6.0",
"@commitlint/types": "^19.5.0",
"browserslist": "^4.24.2",
"esbuild": "^0.24.0",
"esbuild-plugin-browserslist": "^0.15.0",
"lefthook": "^1.8.4",
"lint-staged": "^15.2.10",
"typescript": "^5.6.3"
},
"packageManager": "pnpm@9.14.2+sha512.6e2baf77d06b9362294152c851c4f278ede37ab1eba3a55fda317a4a17b209f4dbb973fb250a77abc463a341fcb1f17f17cfa24091c4eb319cda0d9b84278387"
}