-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 822 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 822 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
30
31
32
33
34
{
"name": "heeler",
"version": "4.0.4",
"type": "module",
"description": "Changelog pre-commit",
"bin": {
"heeler": "./dist/heeler.js"
},
"scripts": {
"build": "rollup -c",
"prepublishOnly": "rimraf dist && pnpm run build",
"prepare": "husky"
},
"keywords": [
"changelog"
],
"homepage": "https://github.com/single-spa/heeler",
"author": "Jolyn Denning",
"license": "MIT",
"packageManager": "pnpm@10.17.0",
"devDependencies": {
"@inquirer/prompts": "7.8.3",
"@rollup/plugin-commonjs": "^28.0.6",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^16.0.1",
"husky": "^9.1.7",
"prettier": "^3.6.2",
"pretty-quick": "^4.2.2",
"rimraf": "^6.0.1",
"rollup": "^4.52.0",
"semver": "^7.7.2",
"simple-git": "^3.28.0"
}
}