-
Notifications
You must be signed in to change notification settings - Fork 27
/
package.json
37 lines (37 loc) · 1.05 KB
/
package.json
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
{
"name": "StarkWare WebApps Monorepo",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "turbo run build",
"clean": "turbo run clean",
"dev": "turbo run dev --parallel",
"dev:apps": "node ./scripts/dev-apps.js",
"format": "sort-package-json && prettier --write \"**.+(js|json|md|yaml)\" && turbo run format --parallel",
"postinstall": "pnpm manypkg:check",
"lint": "turbo run lint",
"manypkg:check": "manypkg check || exit 0",
"npkill": "npkill",
"pack": "turbo run pack",
"pipeline": "pipeline"
},
"devDependencies": {
"@changesets/cli": "^2.26.0",
"@manypkg/cli": "^0.21.4",
"@trivago/prettier-plugin-sort-imports": "^4.1.1",
"eslint-config-base": "workspace:*",
"npkill": "^0.10.0",
"prettier": "^3.3.3",
"sort-package-json": "^2.10.0",
"turbo": "2.0.14"
},
"packageManager": "[email protected]",
"engines": {
"node": ">=20.14.0"
},
"pnpm": {
"overrides": {
"ethereumjs-abi": "https://registry.npmjs.org/ethereumjs-abi/-/ethereumjs-abi-0.6.8.tgz"
}
}
}