-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 986 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
{
"name": "@livingdocs/create-infrastructure-pr",
"version": "0.0.0-development",
"description": "",
"main": "index.js",
"bin": "./cli.js",
"author": "Jordi Vives",
"license": "MIT",
"dependencies": {
"comment-json": "^4.2.3",
"lodash": "^4.17.4",
"request": "^2.88.0",
"request-promise": "^4.2.5",
"semver": "5.5.1",
"yargs": "^12.0.2"
},
"scripts": {
"lint": "eslint .",
"semantic-release": "semantic-release",
"travis-deploy-once": "travis-deploy-once"
},
"repository": {
"type": "git",
"url": "git+https://github.com/livingdocsIO/create-infrastructure-pr.git"
},
"devDependencies": {
"eslint": "^8.56.0",
"semantic-release": "^15.12.0",
"travis-deploy-once": "^5.0.9"
},
"publishConfig": {
"access": "public"
},
"bugs": {
"url": "https://github.com/livingdocsIO/create-infrastructure-pr/issues"
},
"homepage": "https://github.com/livingdocsIO/create-infrastructure-pr#readme"
}