-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
路36 lines (36 loc) 路 1.01 KB
/
Copy pathpackage.json
File metadata and controls
executable file
路36 lines (36 loc) 路 1.01 KB
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
36
{
"name": "src",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"test": "sls invoke test --stage prod --region us-west-2"
},
"devDependencies": {
"aws-sdk": "^2.149.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-source-map-support": "^1.0.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.1",
"babel-preset-stage-3": "^6.24.1",
"serverless-jest-plugin": "^0.1.6",
"serverless-webpack": "^3.1.0",
"webpack": "^3.6.0",
"webpack-node-externals": "^1.6.0"
},
"dependencies": {
"apollo-server-lambda": "^1.2.0",
"arangojs": "^5.7.1",
"babel-runtime": "^6.26.0",
"graphql": "^0.11.7",
"graphql-custom-types": "^1.2.0",
"graphql-scalars": "^0.1.4",
"graphql-tools": "^2.7.2",
"merge-graphql-schemas": "^1.3.0",
"serverless-offline": "^3.16.0",
"source-map-support": "^0.4.18",
"validator": "^9.1.1"
}
}