UNPKG

@nxtoai/gati

Version:

A flexible Aerospike service for NestJS applications

67 lines (66 loc) 1.58 kB
{ "name": "@nxtoai/gati", "version": "1.0.13", "description": "A flexible Aerospike service for NestJS applications", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "build": "tsc", "prepare": "npm run build", "prepublishOnly": "npm run lint && npm run test", "test": "jest --passWithNoTests", "lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix", "clean": "rimraf dist", "prebuild": "npm run clean" }, "keywords": [ "nestjs", "aerospike", "database", "typescript", "microservices", "gati" ], "author": "NxtoAI", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/nxtoai/gati.git" }, "bugs": { "url": "https://github.com/nxtoai/gati/issues" }, "homepage": "https://github.com/nxtoai/gati#readme", "peerDependencies": { "@nestjs/common": "^10.0.0" }, "dependencies": { "@nestjs/common": "^10.0.0", "aerospike": "^5.0.0" }, "devDependencies": { "@eslint/js": "^9.28.0", "@nestjs/config": "^3.1.1", "@nestjs/core": "^10.0.0", "@types/node": "^20.0.0", "@typescript-eslint/eslint-plugin": "^6.0.0", "@typescript-eslint/parser": "^6.0.0", "@nxtoai/aag": "^1.0.0", "eslint": "^8.0.0", "globals": "^16.2.0", "jest": "^29.0.0", "prettier": "^3.0.0", "rimraf": "^5.0.0", "ts-jest": "^29.0.0", "typescript": "^5.0.0", "typescript-eslint": "^8.33.0" }, "publishConfig": { "access": "public" } }