-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 785 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 785 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
{
"name": "graphql-server-example",
"version": "1.0.0",
"description": "",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "npx nodemon src/index.js --exec babel-node",
"build": "babel src -d lib"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@ach/ach": "^1.1.0",
"@aws-crypto/client-node": "0.1.0-preview.4",
"apollo-server": "^2.9.0",
"aws-sdk": "^2.530.0",
"graphql": "^14.5.3",
"moment": "^2.24.0",
"nach2": "^0.5.1",
"nacha": "0.0.0"
},
"devDependencies": {
"@babel/cli": "^7.5.5",
"@babel/core": "^7.5.5",
"@babel/node": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"eslint": "^5.16.0",
"nodemon": "^1.19.1"
}
}