forked from entelecheia/hyperfast-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1.28 KB
/
package.json
File metadata and controls
33 lines (33 loc) · 1.28 KB
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
{
"name": "hyperfast-template",
"version": "0.9.3",
"description": "A general template that helps you jump start your project",
"author": "Young Joon Lee <entelecheia@hotmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/entelecheia/hyperfast-template"
},
"bugs": {
"url": "https://github.com/entelecheia/hyperfast-template/issues"
},
"homepage": "https://hyperfast-template.entelecheia.ai",
"scripts": {
"prebuild": "semantic-release --no-ci --dry-run --plugins @semantic-release/commit-analyzer @semantic-release/exec",
"prepare": "husky install",
"test": "echo \"No test specified. Please add tests to <package.json>\" && exit 0"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^11.0.0",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^9.2.1",
"@semantic-release/npm": "^11.0.0",
"@semantic-release/release-notes-generator": "^12.0.0",
"conventional-changelog-conventionalcommits": "^7.0.2",
"husky": "^8.0.3",
"prettier": "3.0.3",
"semantic-release": "^22.0.5"
}
}