forked from tinesoft/spectatui
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.12 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1.12 KB
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
35
36
37
38
39
40
{
"name": "spectatui",
"version": "0.0.0",
"private": true,
"packageManager": "pnpm@11.7.0",
"description": "A TUI dashboard for Github Spec-Kit",
"author": {
"name": "Tine Kondo"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/tinesoft/spectatui.git"
},
"scripts": {
"prepare": "husky",
"build": "nx run-many -t build",
"test": "nx run-many -t test",
"lint": "nx run-many -t lint",
"format": "nx format && cargo fmt --all",
"migrate": "nx migrate latest",
"run-migrations": "nx migrate --run-migrations --if-exists",
"upspecify": "bash tools/scripts/init-specify.sh",
"ci": "pnpm install --frozen-lockfile",
"reset": "nx reset && rm -rf dist",
"release": "nx release",
"release:dry": "nx release --dry-run",
"artifacts": "sh tools/scripts/build-artifacts.sh"
},
"devDependencies": {
"@commitlint/cli": "^21.0.2",
"@commitlint/config-conventional": "^21.0.2",
"@monodon/rust": "^3.0.0",
"@nx/js": "23.0.0",
"husky": "^9.1.7",
"lint-staged": "^17.0.8",
"nx": "^23.0.0",
"prettier": "~3.6.2"
}
}