-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 675 Bytes
/
Copy pathpackage.json
File metadata and controls
23 lines (23 loc) · 675 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"private": true,
"name": "root",
"scripts": {
"lint": "wurk exec eslint src",
"build": "wurk run build",
"test": "wurk lint --max-warnings=0",
"release": "wurk build && wurk test && wurk publish"
},
"packageManager": "pnpm@8.15.5+sha256.4b4efa12490e5055d59b9b9fc9438b7d581a6b7af3b5675eb5c5f447cee1a589",
"type": "module",
"devDependencies": {
"@types/node": "^20.11.30",
"@wurk/command-exec": "^0.4.0",
"@wurk/command-publish": "^0.4.0",
"@wurk/command-run": "^0.4.0",
"@wurk/command-version": "^0.4.0",
"eslint": "^8.57.0",
"eslint-config-rational": "^5.0.9",
"typescript": "^5.4.3",
"wurk": "^0.4.3"
}
}