-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathpackage.json
33 lines (33 loc) · 811 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": "nest-neo4j",
"version": "0.3.1",
"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": "^9.1.4",
"@nestjs/config": "^2.2.0",
"@nestjs/core": "^9.1.4",
"@nestjs/platform-express": "^9.1.4",
"@types/node": "^18.8.2",
"typescript": "^4.8.4"
},
"dependencies": {
"neo4j-driver": "^5.6.0"
}
}