forked from Superformula/node-backend-test
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 938 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
{
"name": "backend-test",
"version": "1.0.0",
"description": "Superformula Cloud Native Backent Test",
"main": "handler.js",
"scripts": {
"test": "serverless-bundle test --coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GrahamEvans31/node-backend-test.git"
},
"author": "Graham Evans",
"license": "ISC",
"bugs": {
"url": "https://github.com/GrahamEvans31/node-backend-test/issues"
},
"homepage": "https://github.com/GrahamEvans31/node-backend-test#readme",
"devDependencies": {
"aws-sdk": "^2.582.0",
"eslint": "^6.7.2",
"rewiremock": "^3.13.9",
"serverless": "^1.58.0",
"serverless-bundle": "^1.2.5",
"serverless-dotenv-plugin": "^2.1.1",
"serverless-offline": "^5.12.1",
"serverless-openapi-documentation": "^0.4.0"
},
"dependencies": {
"http-status-codes": "^1.4.0",
"uuid": "^3.3.3",
"validate.js": "^0.13.1"
}
}