-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.64 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.64 KB
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "@zknet/source",
"version": "0.0.0",
"license": "MIT",
"scripts": {},
"private": true,
"devDependencies": {
"@eslint/js": "^9.30.1",
"@monodon/rust": "^2.3.0",
"@nx/esbuild": "21.2.2",
"@nx/eslint": "21.2.2",
"@nx/eslint-plugin": "21.2.2",
"@nx/jest": "21.2.2",
"@nx/js": "21.2.2",
"@nx/node": "21.2.2",
"@swc-node/register": "~1.10.10",
"@swc/core": "~1.12.11",
"@swc/helpers": "~0.5.11",
"@swc/jest": "~0.2.39",
"@types/jest": "^30.0.0",
"@types/node": "24.0.12",
"esbuild": "^0.25.6",
"eslint": "^9.30.1",
"eslint-config-prettier": "^10.0.0",
"jest": "^30.0.4",
"jest-environment-node": "^30.0.4",
"jsonc-eslint-parser": "^2.1.0",
"nx": "21.2.2",
"prettier": "^3.6.2",
"ts-jest": "^29.4.0",
"ts-node": "10.9.2",
"tslib": "^2.3.0",
"typescript": "5.8.3",
"typescript-eslint": "^8.36.0",
"verdaccio": "^6.1.5"
},
"packageManager": "pnpm@10.10.0+sha512.d615db246fe70f25dcfea6d8d73dee782ce23e2245e3c4f6f888249fb568149318637dca73c2c5c8ef2a4ca0d5657fb9567188bfab47f566d1ee6ce987815c39",
"nx": {
"includedScripts": [],
"targets": {
"clean": {
"executor": "nx:run-commands",
"options": {
"commands": []
},
"configurations": {
"very": {
"commands": [
"rm -vrf ./node_modules"
]
}
}
},
"local-registry": {
"executor": "@nx/js:verdaccio",
"options": {
"port": 4873,
"config": ".verdaccio/config.yml",
"storage": "tmp/local-registry/storage"
}
}
}
}
}