-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 962 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
{
"name": "ssg-content-plugin",
"version": "0.3.1",
"description": "",
"main": "dist/ssgContentPlugin.js",
"typings": "dist/ssgContentPlugin.d.ts",
"files": [
"dist",
"src",
"tsconfig.json",
"README.md"
],
"scripts": {
"dev": "./scripts/dev",
"test": "./scripts/test",
"build": "./scripts/build",
"release": "release-it"
},
"release-it": {
"git": {
"changelog": "auto-changelog --stdout -l false -u -t ./assets/changelog-compact.hbs"
},
"hooks": {
"after:bump": "./scripts/release"
},
"npm": {
"publish": false
}
},
"author": "Jean M. Lescure",
"license": "Apache-2.0",
"keywords": [],
"devDependencies": {
"@types/glob": "^7.2.0",
"@types/node": "^18.6.3",
"auto-changelog": "^2.4.0",
"esbuild": "^0.14.51",
"glob": "^8.0.3",
"refup": "^1.1.0",
"release-it": "^15.2.0",
"ts-node": "^10.9.1",
"typescript": "^4.7.4"
}
}