forked from ChainSafe/aleo-snap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 845 Bytes
/
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
{
"name": "root",
"private": true,
"author": "ChainSafe <[email protected]>",
"license": "(MIT)",
"packageManager": "[email protected]",
"workspaces": [
"packages/*"
],
"engines": {
"node": ">=18.0.0"
},
"scripts": {
"build": "yarn workspaces foreach -vpt run build",
"start": "yarn workspaces foreach -vpt run start",
"lint": "yarn workspaces foreach -vpt run lint",
"lint:style:fix": "yarn workspaces foreach -vp run lint:style:fix",
"test:unit": "yarn workspaces foreach -vpt run test:unit",
"test:integrations": "yarn workspaces foreach -vpt run test:integrations"
},
"devDependencies": {
"@chainsafe/eslint-config": "^1.1.0",
"@rushstack/eslint-patch": "^1.2.0",
"@types/eslint": "^8.37.0",
"@types/node": "18.15.11",
"eslint": "8.37.0",
"typescript": "^5.0.3"
}
}