-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
40 lines (40 loc) · 1.06 KB
/
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
{
"name": "boards",
"version": "3.2.1",
"description": "Code generators made easy, and flexible.",
"main": "index.js",
"scripts": {
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"version": "npm run changelog && git add -A CHANGELOG.md",
"postpublish": "git push upstream master && git push upstream --tags",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/SpoonX/boards.git"
},
"keywords": [
"sx",
"boards",
"generator"
],
"author": "RWOverdijk <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/SpoonX/boards/issues"
},
"homepage": "https://github.com/SpoonX/boards#readme",
"dependencies": {
"glob": "^7.1.1",
"homefront": "^2.0.0",
"mkdirp": "^0.5.1",
"plugin-discovery": "^1.2.0",
"prettier-eslint": "^8.3.1",
"procurator": "^2.2.0",
"request": "^2.81.0",
"stream-replace": "^1.0.0"
},
"devDependencies": {
"conventional-changelog-cli": "^1.3.4"
}
}