-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 868 Bytes
/
package.json
File metadata and controls
34 lines (34 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
32
33
34
{
"name": "treelative-api",
"version": "1.0.0",
"description": "Treelative API",
"main": "index.js",
"scripts": {
"start": "nodemon -e js,graphql -r esm -r dotenv/config index.js",
"prod": "node -r esm -r dotenv/config index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/J2A-org/treelative-api.git"
},
"author": "@jana19-dev, @arun99-dev",
"license": "ISC",
"devDependencies": {
"nodemon": "2.0.12",
"standard": "16.0.3"
},
"dependencies": {
"@googlemaps/google-maps-services-js": "3.1.16",
"apollo-server": "3.1.1",
"bcryptjs": "2.4.3",
"dotenv": "10.0.0",
"esm": "3.2.25",
"firebase-admin": "9.11.0",
"graphql": "15.5.1",
"graphql-scalars": "1.10.0",
"jsonwebtoken": "8.5.1",
"minio": "7.0.18",
"mongoose": "5.13.4",
"node-fetch": "2.6.1"
}
}