UNPKG

nestjs-express-cassandra

Version:
73 lines (72 loc) 2.26 kB
{ "name": "nestjs-express-cassandra", "version": "0.0.6", "description": "Express-cassandra module for Nest framework", "keywords": [ "nestjs", "cassandra", "apache-cassandra", "orm", "express-cassandra", "typescript", "nodejs" ], "main": "dist/index.js", "scripts": { "build": "rimraf ./dist && tsc -p tsconfig.build.json", "dev": "rimraf ./dist && tsc -p tsconfig.json --watch", "prepublishOnly": "npm run build", "lint": "eslint \"{src,apps,libs,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 --runInBand", "test:e2e:dev": "jest --config ./test/jest-e2e.json --runInBand --watch" }, "repository": { "type": "git", "url": "git+https://github.com/halonext/nestjs-express-cassandra.git" }, "author": "Hiep Thai <thaichanhiep@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/halonext/nestjs-express-cassandra/issues" }, "homepage": "https://github.com/halonext/nestjs-express-cassandra#readme", "peerDependencies": { "@nestjs/common": "^8.2.3", "@nestjs/core": "^8.2.3", "express-cassandra": "^2.6.0", "nanoid": "^3.1.30", "rxjs": "^7.4.0" }, "devDependencies": { "@nestjs/common": "^8.2.3", "@nestjs/core": "^8.2.3", "@nestjs/platform-express": "^8.2.3", "@nestjs/testing": "^8.2.3", "@types/jest": "^27.0.3", "@types/lodash.merge": "^4.6.6", "@types/node": "^16.11.10", "@types/supertest": "^2.0.11", "@typescript-eslint/eslint-plugin": "^5.4.0", "@typescript-eslint/parser": "^5.4.0", "cassandra-driver": "^4.6.3", "eslint": "^8.3.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-prettier": "^4.0.0", "eslint-plugin-simple-import-sort": "^7.0.0", "express-cassandra": "*", "jest": "^27.3.1", "nanoid": "^3.1.30", "prettier": "^2.5.0", "rxjs": "^7.4.0", "supertest": "^6.1.6", "ts-jest": "^27.0.7", "typescript": "^4.5.2" }, "dependencies": { "lodash.merge": "^4.6.2" } }