-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 859 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 859 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
{
"name": "skillpack",
"version": "0.4.0",
"private": true,
"type": "module",
"scripts": {
"build": "vp run -r build",
"build:ci": "vp run -r build:ci",
"check": "vp check",
"check:ci": "vp check",
"dev": "vp run @skillpack/core#build && vp run skillpack-tui#dev",
"fix": "vp check --fix",
"format": "vp fmt . --write",
"format:check": "vp fmt . --check",
"lint": "vp lint",
"lint:fix": "vp lint --fix",
"test": "vp run -r test",
"test:ci": "vp run -r test:ci"
},
"devDependencies": {
"@types/node": "25.9.3",
"typescript": "6.0.3",
"vite": "npm:@voidzero-dev/vite-plus-core@0.2.4",
"vite-plus": "0.2.4"
},
"packageManager": "pnpm@11.9.0+sha512.bd682d5d03fe525ef7c9fd6780c6884d1e756ac4c9c9fe00c538782824310dcf90e3ddc4f53835f06dfaebd5085e41855e0bcbb3b60de2ac5bbab89e5036f03b"
}