-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 884 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 884 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
{
"name": "aoc-cli-node",
"author": "Bryan Hoang <bryan@bryanhoang.dev> (https://bryanhoang.dev/)",
"type": "module",
"scripts": {
"build:docs": "automd && tsdoc --src=packages/aoc-client/src/lib.ts --repo=https://github.com/bryan-hoang/aoc-cli-node && vp fmt",
"changeset": "vp run changeset",
"lint:knip": "vp run knip",
"prepare": "husky",
"prerelease": "vp run --recursive build",
"release": "vp run changeset publish",
"test": "vp test",
"test:attw": "vp run test:attw",
"typecheck": "vp check"
},
"devDependencies": {
"@changesets/cli": "catalog:",
"@total-typescript/tsconfig": "catalog:",
"@tsconfig/strictest": "catalog:",
"@types/node": "catalog:",
"automd": "catalog:",
"husky": "^9.1.7",
"knip": "catalog:",
"tsdoc-markdown": "catalog:",
"typescript": "catalog:",
"vite-plus": "catalog:"
},
"packageManager": "pnpm@11.21.0"
}