forked from SungardAS/spotinst-lambda
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
33 lines (33 loc) · 850 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
{
"name": "spotinst-lambda",
"version": "0.4.46",
"publishConfig": {
"tag": "latest"
},
"description": "AWS Lambda scripts to interface with Spot by NetApp",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/mocha --recursive --timeout 7000",
"dist": "rm -rf dist/ && mkdir dist/ && zip -r dist/spotinst-lambda.zip lib node_modules index.js package.json LICENSE"
},
"author": {
"name": "Kevin McGrath",
"email": "[email protected]"
},
"license": "Apache-2.0",
"devDependencies": {
"assert": "^1.3.0",
"coveralls": "^2.11.9",
"istanbul": "^0.4.3",
"mocha": "^2.4.5",
"nock": "^8.0.0",
"sinon": "^6.1.5"
},
"dependencies": {
"async": "^2.6.1",
"deep-diff": "^1.0.2",
"lambda-formation": "^0.1.8",
"lodash": "^4.17.12",
"request": "^2.88.0"
}
}