forked from PalisadoesFoundation/talawa-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.15 KB
/
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
35
36
37
38
39
40
41
42
43
44
{
"name": "talawa-api-rework",
"version": "1.0.0",
"description": "\"# tenten-api-rework\"",
"main": "index.js",
"scripts": {
"test": "jest",
"start": "nodemon index.js --ext js,graphql,json",
"test-server": "cross-env TEST_DB=talawa-test-db nodemon index.js --ext js,graphql"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Laurell876/tenten-api-rework.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Laurell876/tenten-api-rework/issues"
},
"homepage": "https://github.com/Laurell876/tenten-api-rework#readme",
"dependencies": {
"apollo-server": "^2.14.2",
"apollo-server-express": "^2.14.2",
"axios": "^0.19.2",
"babel-jest": "^26.0.1",
"bcryptjs": "^2.4.3",
"cors": "^2.8.5",
"cross-env": "^7.0.2",
"dotenv": "^8.2.0",
"graphql": "^15.0.0",
"image-hash": "^4.0.1",
"jest": "^26.0.1",
"jsonwebtoken": "^8.5.1",
"moment": "^2.27.0",
"mongoose": "^5.9.22",
"nodemon": "^2.0.4",
"shortid": "^2.2.15",
"validator": "^13.0.0"
},
"devDependencies": {
"easygraphql-tester": "^5.1.6"
}
}