-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 779 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 779 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
{
"name": "rke-aws-lambda-node",
"version": "1.0.0",
"description": "",
"main": "handler.js",
"dependencies": {
"dotenv": "^8.1.0",
"mongoose": "^5.5.9"
},
"devDependencies": {
"chai": "^4.2.0",
"dynamodb-doc": "^1.0.0",
"mocha": "^6.0.2",
"mocha-prepare": "^0.1.0",
"mongo-unit": "^1.4.4",
"serverless-offline": "^4.10.3"
},
"scripts": {
"test": "./node_modules/.bin/mocha --exit --require ./testhelper.js *.spec.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/amitrke/rke-aws-lambda-node.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/amitrke/rke-aws-lambda-node/issues"
},
"homepage": "https://github.com/amitrke/rke-aws-lambda-node#readme"
}