-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 901 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
32
33
34
35
36
37
38
39
40
41
{
"name": "stockygql",
"version": "1.0.0",
"description": "GraphQL API for stock data",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/karatekaneen/stockyGQL.git"
},
"keywords": [
"grqphql",
"javascript",
"express",
"node",
"gcp"
],
"author": "Robin Bauhn",
"license": "ISC",
"bugs": {
"url": "https://github.com/karatekaneen/stockyGQL/issues"
},
"homepage": "https://github.com/karatekaneen/stockyGQL#readme",
"dependencies": {
"@google-cloud/firestore": "^3.8.6",
"express": "^4.17.1",
"express-graphql": "^0.9.0",
"graphql": "^14.7.0"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^6.8.0",
"eslint-plugin-promise": "^4.2.1",
"jest": "^24.9.0",
"nodemon": "^1.19.4",
"prettier": "^1.19.1"
}
}