-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 868 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 868 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": "graphql-vault",
"version": "1.0.0",
"description": "Sample GraphQL api for managing keys and values",
"main": "handler.js",
"scripts": {
"deploy": "node_modules\\.bin\\sls deploy -s dev -v",
"logs": "node_modules\\.bin\\sls logs -s dev -f graphql -v",
"info": "node_modules\\.bin\\sls info -s dev -v"
},
"author": "Luca Milan & Nicola Baldi",
"license": "ISC",
"dependencies": {
"graphql": "0.11.7",
"graphql-tools": "2.7.2"
},
"repository": {
"type": "git",
"url": "git://github.com/lucamilan/test-driven-faas.git"
},
"devDependencies": {
"aws-sdk-mock": "^1.7.0",
"graphql-log": "^0.1.3",
"mocha": "^4.0.1",
"supertest": "3.0.0",
"serverless": "^1.24.1",
"serverless-offline": "3.16.0",
"serverless-stack-output": "^0.2.0",
"serverless-dynamodb-local": "^0.2.26"
}
}