UNPKG

typeorm-stubs

Version:
43 lines (42 loc) 1.11 kB
{ "name": "typeorm-stubs", "version": "1.2.1", "description": "Stubs generator for Typeorm entities", "main": "index.js", "scripts": { "build": "tsc && copyfiles package.json README.md CHANGELOG.md build", "lint": "eslint \"{src,test}/**/*.ts\" --fix" }, "repository": { "type": "git", "url": "git+https://github.com/superclaw/typeorm-stubs.git" }, "keywords": [ "stub", "faker", "mock", "typeorm" ], "author": "superclaw", "license": "MIT", "bugs": { "url": "https://github.com/superclaw/typeorm-stubs/issues" }, "homepage": "https://github.com/superclaw/typeorm-stubs#readme", "dependencies": { "reflect-metadata": "^0.1.13", "typeorm": "^0.3.10" }, "devDependencies": { "@types/node": "^18.8.3", "@typescript-eslint/eslint-plugin": "^5.39.0", "@typescript-eslint/parser": "^5.39.0", "copyfiles": "^2.4.1", "eslint": "^8.25.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-prettier": "^4.2.1", "prettier": "^2.7.1", "typescript": "^4.8.4" } }