-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 856 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 856 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
{
"scripts": {
"release": "cd bq2cst && make release && cd - && pnpm --recursive run release",
"test": " cd bq2cst && make test && cd - && pnpm --recursive run test",
"build": "cd bq2cst && make build && cd - && pnpm --recursive run build"
},
"keywords": [],
"author": "kitta65 <kitta65kitta@gmail.com>",
"license": "MIT",
"devDependencies": {
"@eslint/eslintrc": "^3.3.1",
"@eslint/js": "^9.35.0",
"@types/jest": "^30.0.0",
"@types/node": "^24.3.1",
"@typescript-eslint/eslint-plugin": "^8.0.1",
"@typescript-eslint/parser": "^8.0.1",
"eslint": "^9.11.1",
"eslint-config-prettier": "^10.1.5",
"eslint-plugin-unicorn": "^62.0.0",
"jest": "^30.2.0",
"ts-jest": "^29.0.0",
"typescript": "^5.8.3"
},
"dependencies": {},
"peerDependencies": {},
"packageManager": "pnpm@10.13.1"
}