-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 847 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 847 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
{
"name": "ethfs",
"private": true,
"version": "0.0.0",
"engines": {
"node": "^18 || ^20",
"pnpm": "^9 || ^10"
},
"packageManager": "pnpm@9.6.0",
"scripts": {
"preinstall": "npx -y only-allow pnpm",
"dev": "mprocs",
"prettier": "pnpm --parallel --no-bail prettier",
"lint": "pnpm --parallel --no-bail lint",
"test": "pnpm --parallel --no-bail test"
},
"devDependencies": {
"@types/node": "^18.19.74",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"eslint": "^8.55.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"husky": "^8.0.3",
"mprocs": "^0.7.2",
"prettier": "^3.1.1",
"typescript": "^5.3.3"
}
}