-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 787 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 787 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
26
27
28
29
30
31
32
33
34
35
{
"name": "nodeJSExperiment",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon local.js",
"deploy": "serverless deploy",
"test": "node_modules/.bin/mocha"
},
"keywords": [],
"author": "",
"license": "Apache 2.0",
"devDependencies": {
"aws-sdk-mock": "^1.7.0",
"chai": "^4.1.2",
"mocha": "^5.0.1",
"nock": "^9.2.3",
"nodemon": "^1.17.1",
"serverless": "^1.26.1"
},
"dependencies": {
"aws-sdk": "^2.183.0",
"aws-serverless-express": "^3.1.3",
"axios": "^0.17.1",
"body-parser": "^1.18.2",
"ejs": "^2.5.7",
"express": "^4.16.2",
"js-yaml": "^3.10.0",
"oclc-wskey": "^3.2.1",
"random-int": "^1.0.0",
"read-yaml": "^1.1.0",
"uuid": "^3.2.1"
}
}