-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.17 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.17 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
41
42
43
{
"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"
},
"dependencies": {
"@rolldown/binding-linux-x64-gnu": "1.0.0-rc.16"
},
"devDependencies": {
"@changesets/cli": "catalog:",
"@total-typescript/tsconfig": "catalog:",
"@tsconfig/strictest": "catalog:",
"@types/node": "catalog:",
"@voidzero-dev/vite-plus-linux-x64-gnu": "^0.1.14",
"automd": "catalog:",
"husky": "^9.1.7",
"knip": "catalog:",
"tsdoc-markdown": "catalog:",
"typescript": "catalog:",
"vite-plus": "catalog:"
},
"packageManager": "pnpm@10.33.0",
"pnpm": {
"onlyBuiltDependencies": [
"@parcel/watcher",
"esbuild"
],
"overrides": {
"@babel/helpers@<7.26.10": ">=7.26.10",
"esbuild@<=0.24.2": ">=0.25.0"
}
}
}