-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 887 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "petr-chalupa",
"version": "1.0.8",
"description": "",
"main": "dist/index.js",
"bin": {
"petr-chalupa": "./dist/index.js"
},
"files": [
"dist"
],
"scripts": {
"build": "tsc",
"build:watch": "tsc --watch",
"release": "auto shipit --no-version-prefix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pchalupa/petr-chalupa.git"
},
"keywords": [],
"author": "pchalupa <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/pchalupa/petr-chalupa/issues"
},
"homepage": "https://github.com/pchalupa/petr-chalupa#readme",
"devDependencies": {
"@auto-it/conventional-commits": "^10.37.6",
"@types/node": "^18.7.23",
"auto": "^10.37.6",
"typescript": "^4.8.4"
},
"auto": {
"plugins": [
"npm",
[
"conventional-commits",
{
"preset": "conventionalcommits"
}
]
]
}
}