-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 928 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
30
31
32
{
"name": "rusty",
"version": "1.0.0",
"description": "The Rusty Motors monorepo",
"private": true,
"type": "module",
"scripts": {
"clean": "nx run-many -t clean",
"check-types": "nx run-many -t check-types",
"test": "make test",
"start": "pnpm --filter @rusty/server run start",
"dev": "nx run-many -t dev"
},
"keywords": [],
"author": "",
"license": "GPL-3.0-only",
"devDependencies": {
"@eslint/js": "^9.7.0",
"@nx/web": "19.5.1",
"@vitest/coverage-v8": "^2.0.4",
"@vitest/ui": "^2.0.4",
"eslint": "^9.0.0",
"nx": "19.5.1",
"ts-node": "^10.9.2",
"tslib": "^2.6.3",
"typescript": "^5.5.4",
"typescript-eslint": "^7.17.0",
"vite": "^5.0.0",
"vitest": "^2.0.4"
},
"packageManager": "[email protected]+sha512.4abf725084d7bcbafbd728bfc7bee61f2f791f977fd87542b3579dcb23504d170d46337945e4c66485cd12d588a0c0e570ed9c477e7ccdd8507cf05f3f92eaca"
}