-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 798 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 798 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
{
"name": "graphql-api-sunnah.com",
"version": "1.0.0",
"description": "Simple GraphQL layer on top of Sunnah.com's REST API",
"main": "index.js",
"scripts": {
"start": "node -r dotenv/config index.js",
"dev": "nodemon -r dotenv/config index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BboyStatix/GraphQL-API-Sunnah.com.git"
},
"author": "BboyStatix",
"license": "MIT",
"bugs": {
"url": "https://github.com/BboyStatix/GraphQL-API-Sunnah.com/issues"
},
"homepage": "https://github.com/BboyStatix/GraphQL-API-Sunnah.com#readme",
"dependencies": {
"apollo-datasource-rest": "^0.13.0",
"apollo-server": "^2.24.0",
"dotenv": "^9.0.0",
"graphql": "^15.5.0"
},
"devDependencies": {
"nodemon": "^2.0.7"
}
}