sgnm-neo4j
Version:
neo4j module for nestJs
43 lines • 1.08 kB
JSON
{
"name": "sgnm-neo4j",
"version": "0.1.389-multi-tenant-2",
"description": "neo4j module for nestJs",
"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/sgnm-haydar/SgnmNeo4jDriver.git"
},
"keywords": [
"neo4j",
"sgnm-neo4j-driver",
"nest-neo4j",
"nest-neo4j-driver",
"neo4j-driver"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/sgnm-haydar/SgnmNeo4jDriver/issues"
},
"homepage": "https://github.com/sgnm-haydar/SgnmNeo4jDriver#readme",
"dependencies": {
"@nestjs/common": "^9.4.0",
"@nestjs/config": "^2.0.0",
"@nestjs/core": "^9.4.0",
"@nestjs/swagger": "^6.1.3",
"express": "^4.18.1",
"neo4j-driver": "^5.12.0",
"nestjs-request-context": "^3.0.0"
},
"devDependencies": {
"@types/express": "^4.17.14",
"@types/multer": "^1.4.7",
"ts-node": "^10.0.0",
"typescript": "^4.3.5"
}
}