UNPKG

@linnify/typeorm-factory

Version:
58 lines (57 loc) 1.44 kB
{ "name": "@linnify/typeorm-factory", "version": "1.0.12", "description": "Factory for typeorm", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "build": "tsc", "test": "jest", "codecov": "./node_modules/.bin/codecov", "lint": "eslint . --ext .ts", "format": "prettier --write \"src/**/*.{ts,js}\"", "prepublish": "tsc", "prepublishOnly": "npm run lint", "preversion": "npm run lint", "version": "npm run format && git add -A src", "postversion": "git push && git push --tags" }, "author": "Bogdan Darius", "repository": { "type": "git", "url": "git+https://github.com/linnify/typeorm-factory.git" }, "keywords": [ "typeorm", "factory", "testing", "typescript", "factories", "tests" ], "homepage": "https://github.com/linnify/typeorm-factory#readme", "license": "ISC", "peerDependencies": { "typeorm": "^0.2.18" }, "devDependencies": { "@types/jest": "^26.0.20", "@types/node": "^14.14.25", "@types/sinon": "^9.0.10", "@typescript-eslint/eslint-plugin": "^4.15.0", "@typescript-eslint/parser": "^4.15.0", "codecov": "^3.8.1", "eslint": "^7.19.0", "jest": "^26.6.3", "prettier": "^2.2.1", "sinon": "^9.2.4", "sqlite3": "^5.0.1", "ts-jest": "^26.5.1", "ts-node": "^9.1.1", "typeorm": "^0.2.31", "typescript": "^4.1.3" }, "files": [ "lib/**/*" ] }