forked from adam-cowley/nest-neo4j
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 825 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
{
"name": "@dbc-tech/nest-neo4j",
"version": "0.8.0",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.js",
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/adam-cowley/nest-neo4j.git"
},
"keywords": [],
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/adam-cowley/nest-neo4j/issues"
},
"homepage": "https://github.com/adam-cowley/nest-neo4j#readme",
"devDependencies": {
"@nestjs/common": "^10.1.0",
"@nestjs/config": "^3.0.0",
"@nestjs/core": "^10.1.0",
"@nestjs/platform-express": "^10.1.0",
"@types/node": "^18.8.2",
"typescript": "^5.0.2"
},
"dependencies": {
"neo4j-driver": "^5.10.0"
}
}