-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.64 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "dependencies-graph-graphql",
"version": "2.0.0",
"description": "",
"main": "server.js",
"scripts": {
"start": "node dotenv/config 'dist/server.js'",
"build": "tsc -p . && ncp src/definitions dist/definitions && ncp src/definitions-rights dist/definitions-rights",
"dev": "nodemon --exec \"yarn ts-node\" src/server.ts -e ts,graphql ",
"ts-node": "ts-node "
},
"repository": {
"type": "git",
"url": "git+https://github.com/xclemence/dependencies-graph-graphql.git"
},
"keywords": [],
"author": "Xavier CLEMENCE",
"license": "MIT",
"bugs": {
"url": "https://github.com/xclemence/dependencies-graph-graphql/issues"
},
"homepage": "https://github.com/xclemence/dependencies-graph-graphql#readme",
"devDependencies": {
"@types/compression": "^1.7.0",
"@types/dotenv": "^8.2.0",
"@types/express": "^4.17.12",
"@types/express-jwt": "^6.0.1",
"@types/graphql-depth-limit": "^1.1.2",
"@types/lodash": "^4.14.170",
"@types/node": "^15.12.1",
"ncp": "^2.0.0",
"nodemon": "^2.0.7",
"ts-node": "^10.0.0",
"typescript": "^4.3.2"
},
"dependencies": {
"@graphql-tools/graphql-file-loader": "^6.2.7",
"@graphql-tools/load": "^6.2.8",
"@graphql-tools/load-files": "^6.3.2",
"@neo4j/graphql": "^1.0.2",
"@neo4j/graphql-ogm": "^1.0.2",
"apollo-server": "^2.25.0",
"apollo-server-express": "^2.25.0",
"axios": "^0.21.1",
"compression": "^1.7.4",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"graphql": "^15.5.0",
"graphql-depth-limit": "^1.1.0",
"lodash": "^4.17.21",
"neo4j-driver": "~4.3.0"
}
}