-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 871 Bytes
/
package.json
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
{
"private": true,
"name": "next-actuator-workspace",
"version": "0.0.0",
"homepage": "https://github.com/rossyman/next-actuator#readme",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/rossyman/next-actuator.git"
},
"scripts": {
"lint": "eslint",
"pkg:build": "pnpm -F next-actuator run build",
"pkg:verify": "pnpm -F next-actuator run verify",
"pkg:release": "pnpm -F next-actuator run release",
"postinstall": "lefthook install"
},
"devDependencies": {
"@types/node": "^22",
"@commitlint/cli": "^19.6.0",
"@commitlint/config-conventional": "^19.6.0",
"@eslint/js": "^9.15.0",
"@stylistic/eslint-plugin": "^2.11.0",
"globals": "^15.12.0",
"lefthook": "^1.8.4",
"typescript": "^5",
"typescript-eslint": "^8.15.0",
"semantic-release": "^24.2.0"
}
}