-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 767 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 767 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
32
33
34
{
"name": "hackz-ptera",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "turbo dev",
"start": "turbo start",
"build": "turbo build",
"deploy": "turbo deploy",
"test": "turbo test",
"test:watch": "turbo test:watch",
"test:coverage": "turbo test:coverage",
"lint": "turbo lint",
"format": "turbo format",
"format:check": "turbo format:check",
"check-types": "turbo check-types"
},
"keywords": [],
"author": "",
"license": "ISC",
"packageManager": "pnpm@10.26.0",
"devDependencies": {
"oxfmt": "^0.18.0",
"oxlint": "^1.33.0",
"turbo": "^2.6.3",
"typescript": "^5.9.3"
},
"pnpm": {
"overrides": {
"vite": "npm:rolldown-vite@7.2.5"
}
}
}