UNPKG

typeorm-faker

Version:

Generate mocks, stubs using fakers with your Entity Settings

99 lines (98 loc) 2.64 kB
{ "name": "typeorm-faker", "version": "1.3.13", "description": "Generate mocks, stubs using fakers with your Entity Settings", "main": "index.js", "options": { "mocha": "--config .mocharc.yml" }, "scripts": { "build": "gulp build", "clean": "rm -rf ./dist", "bumpup": "npm version patch --no-git-tag-version", "prune": "git fetch -p && bash scripts/prune-local-branches.sh", "test": "mocha $npm_package_options_mocha 'src/**/*{.test,.spec}.ts'", "test:ci": "mocha $npm_package_options_mocha --reporter mocha-junit-reporter 'src/**/*{.test,.spec}.ts'", "lint": "eslint \"src/**/*.ts\"", "lint:fix": "eslint \"src/**/*.ts\" --fix", "deploy": "gulp publish", "prepare": "echo skip husky" }, "engines": { "node": ">= 12.0.2" }, "peerDependencies": { "@faker-js/faker": "*", "sinon": "*", "typeorm": "*" }, "repository": { "type": "git", "url": "git+https://gitlab.com/typeorm-faker/typeorm-faker.git" }, "keywords": [ "typeorm-faker", "typeorm faker", "faker", "typeorm", "mock", "stub", "orm", "typescript", "typescript-orm", "testing", "bdd", "tdd" ], "readmeFilename": "README.md", "author": { "name": "Jihan Lee", "email": "contact-project+typeorm-faker-typeorm-faker-38399294-issue-@incoming.gitlab.com" }, "license": "MIT", "bugs": { "url": "https://gitlab.com/typeorm-faker/typeorm-faker/-/boards" }, "homepage": "https://gitlab.com/typeorm-faker/typeorm-faker#readme", "tags": [ "typeorm-faker", "faker", "mock", "stub", "orm", "typescript", "typescript-orm" ], "dependencies": { "class-transformer": "^0.5.1", "reflect-metadata": "^0.1.13" }, "devDependencies": { "@types/chai": "^4.3.3", "@types/gulp-sourcemaps": "^0.0.35", "@types/mocha": "^9.1.1", "@types/sinon": "^10.0.13", "@typescript-eslint/eslint-plugin": "^5.0.0", "@typescript-eslint/parser": "^5.0.0", "chai": "^4.3.6", "eslint": "^8.0.1", "eslint-config-prettier": "^8.3.0", "eslint-plugin-import": "^2.25.4", "eslint-plugin-jsdoc": "^37.6.1", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-unused-imports": "^2.0.0", "gulp": "^4.0.2", "gulp-shell": "^0.8.0", "gulp-sourcemaps": "^3.0.0", "gulp-typescript": "^6.0.0-alpha.1", "gulpclass": "^0.2.0", "husky": "^8.0.1", "mocha": "^10.0.0", "mocha-junit-reporter": "^2.0.2", "prettier": "^2.7.1", "sinon": "^14.0.0", "ts-node": "^10.0.0", "tsconfig-paths": "^3.10.1", "typescript": "^4.7.4" } }