UNPKG

nemoea

Version:
100 lines 2.63 kB
{ "name": "nemoea", "version": "1.0.0", "license": "MIT", "description": "Mockingbird Monorepo", "keywords": [ "faker", "et", "typescript-faker", "typescript-mocks", "numquam", "rerum", "mockingbird", "repudiandae", "unit-test-mocks", "testing-mocks", "aut" ], "repository": { "type": "git", "url": "https://github.com/WymanBartell/nemoea.git" }, "readme": "https://github.com/omermorad/mockingbird/README.md", "scripts": { "prepare": "husky install", "postinstall": "preconstruct dev", "build": "tsc --noEmit && preconstruct build", "watch": "lerna exec -- watch", "test": "jest --runInBand && yarn test:sample", "test:sample": "export NODE_ENV=test && cd sample/mockingbird-typeorm && yarn test", "test:cov": "jest --coverage --reporters=jest-junit", "lint": "lerna run lint" }, "files": [ "dist", "index.d.ts", "index.js", "README.md" ], "dependencies": { "@babel/core": "^7.0.0", "@babel/plugin-proposal-decorators": "^7.16.4", "@babel/preset-env": "^7.16.4", "@babel/preset-typescript": "^7.16.0", "@commitlint/cli": "^12.1.4", "@commitlint/config-conventional": "^15.0.0", "@commitlint/config-lerna-scopes": "^12.1.4", "@manypkg/cli": "^0.19.1", "@preconstruct/cli": "^2.1.5", "@types/faker": "^5.5.7", "@types/jest": "26.0.24", "@types/node": "^12.20.15", "@typescript-eslint/eslint-plugin": "^4.28.2", "@typescript-eslint/parser": "^4.28.2", "commitizen": "^4.2.4", "conventional-changelog-cli": "^2.1.1", "cz-conventional-changelog": "^3.3.0", "eslint": "^7.30.0", "eslint-config-prettier": "^3.6.0", "eslint-import-resolver-typescript": "^2.0.0", "eslint-plugin-import": "^2.23.4", "eslint-plugin-jest": "^23.11.0", "eslint-plugin-prettier": "^3.1.3", "faker": "^5.5.3", "husky": "^7.0.1", "jest": "27.0.6", "jest-gherkin": "^0.0.0", "jest-junit": "12.2.0", "lerna": "^4.0.0", "lint-staged": "^11.0.0", "prettier": "^2.3.2", "rimraf": "^3.0.2", "ts-jest": "^27.0.3", "ts-loader": "^6.2.2", "ts-node": "8.10.2", "tsconfig-paths": "^3.9.0", "tslint": "^5.20.1", "tslint-config-airbnb": "^5.11.2", "typescript": "^3.9.7" }, "lint-staged": { "*.ts": [ "eslint --ext .ts --fix" ] }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } }, "workspaces": [ "packages/*" ], "preconstruct": { "packages": [ "packages/*" ] }, "author": "BernhardCollins" }