-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.17 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.17 KB
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
{
"name": "monsterbattle-apollo-server",
"version": "1.0.0",
"description": "Apollo GraphQL Server backend for the legendary OpenSourcery TV MonsterBattle App!",
"main": "index.js",
"scripts": {
"watch": "NODE_ENV=dev nodemon --watch '**/*.ts' --ignore 'node_modules' --exec 'ts-node' 'src/index.ts'",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/opensourcerytv/monsterbattle-apollo-server.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/opensourcerytv/monsterbattle-apollo-server/issues"
},
"homepage": "https://github.com/opensourcerytv/monsterbattle-apollo-server#readme",
"dependencies": {
"@types/node": "^8.0.26",
"apollo-server-express": "^1.1.2",
"axios": "^0.16.2",
"body-parser": "^1.17.2",
"express": "^4.15.4",
"cors": "^2.8.4",
"fs-extra": "^4.0.1",
"google-spreadsheet": "^2.0.4",
"graphql": "^0.11.2",
"graphql-apollo-errors": "^2.0.2",
"lodash": "^4.17.4",
"log": "^1.4.0",
"lowdb": "^1.0.0",
"shortid": "^2.2.8",
"ts-node": "^3.0.2",
"typescript": "^2.2.2"
}
}