-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
24 lines (24 loc) · 1.03 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
{
"name": "zoid-fs",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"start": "nx run-many --parallel 1 --output-style=stream --target=start --projects @zoid-fs/zoid-fs-client",
"test": "nx run-many --parallel 1 --output-style=stream --target=test --projects @zoid-fs/zoid-fs-client",
"lint": "nx run-many --parallel 4 --output-style=stream --target=lint --projects @zoid-fs/*",
"generate": "nx run-many --parallel 1 --output-style=stream --target=generate --projects @zoid-fs/sqlite-backend",
"ci:setup-db": "nx run-many --parallel 1 --output-style=stream --target=ci:setup-db --projects @zoid-fs/sqlite-backend",
"ci:setup-fuse": "nx run-many --parallel 1 --output-style=stream --target=ci:setup-fuse --projects @zoid-fs/zoid-fs-client",
"ts:madge": "npx madge --extensions ts ./packages -i /tmp/img.png && mv /tmp/img.png ."
},
"private": true,
"devDependencies": {
"@nx/js": "16.8.1",
"nx": "16.8.1",
"nx-cloud": "latest",
"vite-node": "0.34.5"
},
"workspaces": [
"packages/*"
]
}