UNPKG

@iammhc/nestjs-neo4j

Version:
96 lines (95 loc) 2.66 kB
{ "name": "@iammhc/nestjs-neo4j", "version": "1.0.1", "description": "Neo4j driver for Nest Framework.", "author": "Hashir CH", "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts", "homepage": "https://github.com/IamMHC/NestJS-with-Neo4J#readme", "keywords": [ "nestJS", "Neo4J", "Neo4J-Driver", "Neo4j Satabase", "Neo4j Cypher", "Neo4J for NestJS" ], "repository": { "type": "git", "url": "git@github.com:IamMHC/NestJS-with-Neo4J.git" }, "publishConfig": { "access": "public" }, "files": [ "dist/**" ], "scripts": { "prebuild": "rimraf dist", "build": "nest build", "format": "prettier --write \"lib/**/*.ts\" \"test/**/*.ts\"", "start": "nest start", "start:dev": "nest start --watch", "start:debug": "nest start --debug --watch", "start:prod": "node dist/main", "lint": "eslint \"{apps,lib,test}/**/*.ts\" --fix", "test": "jest", "test:watch": "jest --watch", "test:cov": "jest --coverage", "test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand", "test:e2e": "jest --config ./test/jest-e2e.json" }, "dependencies": { "neo4j-driver": "^4.1.1" }, "devDependencies": { "@nestjs/cli": "^7.0.0", "@nestjs/common": "^7.0.0", "@nestjs/config": "^0.5.0", "@nestjs/core": "^7.0.0", "@nestjs/platform-express": "^7.0.0", "@nestjs/schematics": "^7.0.0", "@nestjs/testing": "^7.0.0", "@semantic-release/changelog": "^3.0.5", "@semantic-release/commit-analyzer": "^6.3.3", "@semantic-release/exec": "^3.3.8", "@semantic-release/git": "^v7.1.0-beta.9", "@semantic-release/github": "^5.5.5", "@semantic-release/npm": "^7.0.5", "@types/express": "^4.17.3", "@types/jest": "25.1.4", "@types/node": "^13.9.1", "@types/supertest": "^2.0.8", "@typescript-eslint/eslint-plugin": "^2.23.0", "@typescript-eslint/parser": "^2.23.0", "eslint": "^6.8.0", "eslint-config-prettier": "^6.10.0", "jest": "^25.1.0", "mem": "^6.1.0", "prettier": "^1.19.1", "reflect-metadata": "^0.1.13", "rimraf": "^3.0.2", "rxjs": "^6.5.4", "supertest": "^4.0.2", "ts-jest": "25.2.1", "ts-loader": "^6.2.1", "ts-node": "^8.6.2", "tsconfig-paths": "^3.9.0", "typescript": "^3.7.4" }, "jest": { "moduleFileExtensions": [ "js", "json", "ts" ], "rootDir": "lib", "testRegex": ".spec.ts$", "transform": { "^.+\\.(t|j)s$": "ts-jest" }, "coverageDirectory": "../coverage", "testEnvironment": "node" } }