UNPKG

nestjs-aliyun-tablestore

Version:
56 lines 1.48 kB
{ "name": "nestjs-aliyun-tablestore", "version": "2.0.0", "description": "Aliyun Tablestore module for NestJS", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "keywords": [ "nestjs", "aliyun", "tablestore", "阿里云", "表格存储" ], "author": "iFrank <frank@ifrank.cn>", "license": "MIT", "url": "https://github.com/ifrvn/nestjs-aliyun-tablestore#readme", "peerDependencies": { "@nestjs/common": "^9.0.0 || ^10.0.0 || ^11.0.0", "@nestjs/core": "^9.0.0 || ^10.0.0 || ^11.0.0" }, "dependencies": { "tablestore": "^5.5.1" }, "devDependencies": { "@eslint/js": "^9.24.0", "@nestjs/common": "^11.0.20", "@nestjs/core": "^11.0.20", "@nestjs/testing": "^11.0.20", "@types/eslint__js": "^8.42.3", "@types/jest": "^29.5.14", "@types/node": "^20.17.30", "@types/tablestore": "^5.1.3", "eslint": "^9.24.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.2.6", "eslint-plugin-simple-import-sort": "^12.1.1", "jest": "^29.7.0", "prettier": "^3.5.3", "ts-jest": "^29.3.2", "typescript": "^5.8.3", "typescript-eslint": "^8.30.1" }, "repository": { "type": "git", "url": "https://github.com/ifrvn/nestjs-aliyun-tablestore" }, "scripts": { "build": "tsc -p tsconfig.json", "format": "prettier --write \"**/*.ts\"", "lint": "eslint 'lib/**/*.ts' --fix", "test": "jest" } }