-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 893 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 893 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
26
27
28
29
30
31
32
33
{
"name": "solon",
"version": "0.0.0",
"private": true,
"packageManager": "pnpm@9.15.9",
"engines": {
"node": ">=20",
"pnpm": ">=9.15.0"
},
"scripts": {
"preinstall": "npx only-allow pnpm",
"build": "nx run-many -t build",
"typecheck": "nx run-many -t typecheck",
"lint": "nx run-many -t lint",
"test": "nx run-many -t test"
},
"devDependencies": {
"@eslint/js": "^9.24.0",
"@types/node": "^22.14.1",
"@typescript-eslint/eslint-plugin": "^8.59.0",
"@typescript-eslint/parser": "^8.59.0",
"eslint": "^9.24.0",
"eslint-config-prettier": "^10.1.8",
"eslint-import-resolver-typescript": "^4.4.4",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-unused-imports": "^4.4.1",
"globals": "^16.0.0",
"nx": "22.7.0",
"prettier": "^3.5.3",
"typescript": "^5.8.3",
"typescript-eslint": "^8.30.1"
}
}