-
Notifications
You must be signed in to change notification settings - Fork 50
/
package.json
28 lines (28 loc) · 858 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
{
"name": "superhero-api",
"version": "0.3.0",
"description": "",
"main": "",
"dependencies": {
"clui": "^0.3.6",
"fs-extra": "^5.0.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "node builder",
"build-version": "node builder && git add . && git commit -m \"Release version $npm_package_version\"",
"tag-version": "git tag -a $npm_package_version -m \"Version $npm_package_version\"",
"release": "npm run build-version && npm run tag-version && git push --follow-tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/akabab/superhero-api.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/akabab/superhero-api/issues"
},
"homepage": "https://github.com/akabab/superhero-api#readme"
}