-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
33 lines (33 loc) · 1.04 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
{
"name": "serverless-manifest-plugin",
"version": "1.0.9",
"description": "Output api endpoints and resource values for consumption",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"publish": "git push origin && git push origin --tags",
"log": "auto-changelog -p && git add CHANGELOG.md",
"release:patch": "npm version patch && npm publish",
"release:minor": "npm version minor && npm publish",
"release:major": "npm version major && npm publish"
},
"author": "David Wells",
"license": "MIT",
"homepage": "https://github.com/DavidWells/serverless-manifest-plugin#readme",
"repository": {
"type": "git",
"url": "https://github.com/DavidWells/serverless-manifest-plugin"
},
"dependencies": {
"debug": "^4.3.1",
"npm-packlist": "^1.4.1",
"parse-gitignore": "^1.0.1",
"precinct": "^8.1.0",
"read-pkg-up": "^7.0.1",
"require-package-name": "^2.0.1",
"resolve": "^1.20.0"
},
"devDependencies": {
"auto-changelog": "^2.2.1"
}
}