-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 816 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
{
"name": "timeliner-rest-service",
"version": "1.0.0",
"description": "\"A GraphQL API service for timeliner app.\"",
"main": "server.js",
"scripts": {
"start": "nodemon server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/happy-mammal/timeliner-graphql-api.git"
},
"author": "\"Yash Lalit\"",
"license": "MIT",
"bugs": {
"url": "https://github.com/happy-mammal/timeliner-graphql-api/issues"
},
"homepage": "https://github.com/happy-mammal/timeliner-graphql-api#readme",
"dependencies": {
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-graphql": "^0.12.0",
"firebase-admin": "^9.6.0",
"firestore-size": "^2.0.6",
"graphql": "^15.5.0",
"nodemon": "^2.0.7"
}
}