-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 841 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
{
"name": "inventory-faith-thalliumeli",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test:units": "cd test && npx jest thalliumeli-api-v1/*.unit.test.js --detectOpenHandles",
"test:integrations": "cd test && npx jest thalliumeli-api-v1/*.integration.test.js"
},
"repository": {
"type": "git",
"url": "[email protected]:averysmithproductions/faithinventory-com-thalliumeli.git"
},
"author": "",
"license": "ISC",
"dependencies": {
"aws-sdk": "^2.653.0",
"aws-serverless-express": "^3.3.8",
"axios": "^0.19.2",
"body-parser": "^1.19.0",
"express": "^4.17.1",
"express-graphql": "^0.9.0",
"graphql": "^15.0.0",
"moment": "^2.24.0",
"slugid": "^2.0.0",
"uuid": "^7.0.3"
}
}