-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 744 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 744 Bytes
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
{
"name": "codeship-restart-lambda",
"version": "1.0.5",
"description": "Restart the last build of a Codeship project using Lambda",
"engines": {
"node": ">=8.10.0"
},
"main": "index.js",
"scripts": {
"setup": "./node_modules/.bin/node-lambda setup",
"test": "./node_modules/.bin/standard && ./node_modules/.bin/node-lambda run",
"package": "./node_modules/.bin/node-lambda package",
"deploy": "./node_modules/.bin/node-lambda deploy -f ./deploy.env"
},
"author": "Trolleymusic",
"repository": "github:Trolleymusic/codeship-restart-lambda",
"license": "ISC",
"dependencies": {
"codeship-node-v2": "^0.0.6"
},
"devDependencies": {
"node-lambda": "^0.12.0",
"standard": "^10.0.3"
}
}