typeorm-revisions
Version:
Revisions History for [TypeORM](http://typeorm.io) Entities
79 lines (78 loc) • 2.3 kB
JSON
{
"name": "typeorm-revisions",
"version": "0.0.5",
"description": "Revisions History for [TypeORM](http://typeorm.io) Entities ",
"repository": {
"type": "git",
"url": "git+https://github.com/ephillipe/typeorm-revisions.git"
},
"author": "ephillipe@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/ephillipe/typeorm-revisions/issues"
},
"homepage": "https://github.com/ephillipe/typeorm-revisions#readme",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "rimraf dist && tsc -p tsconfig.build.json ",
"format": "prettier --write \"src/**/*.ts\"",
"lint": "tslint -p tsconfig.json",
"prepare": "npm run build",
"prepublishOnly": "npm test && npm run lint",
"preversion": "npm run lint",
"version": "npm run format && git add -A src",
"postversion": "git push && git push --tags",
"test": "jest",
"test:watch": "jest --watch",
"test:cov": "jest --coverage",
"test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand",
"test:e2e": "jest --runInBand --config=jest-e2e.config.js",
"test:e2e:cov": "jest --coverage --runInBand --config=jest-e2e.config.js",
"test:e2e:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand --config=jest-e2e.config.js"
},
"keywords": [
"typeorm",
"history",
"revisions",
"history",
"typescript",
"entity",
"subscriber"
],
"devDependencies": {
"@types/jest": "^24.0.18",
"@types/node": "^12.7.8",
"jest": "^24.9.0",
"prettier": "^1.18.2",
"sqlite3": "^4.1.0",
"ts-jest": "^24.1.0",
"ts-node": "^8.4.1",
"tsconfig-paths": "^3.9.0",
"tslint": "^5.20.0",
"tslint-config-prettier": "^1.18.0",
"typescript": "^3.6.3",
"typescript-tslint-plugin": "^0.5.4",
"ulid": "^2.3.0"
},
"jest": {
"moduleFileExtensions": [
"js",
"json",
"ts"
],
"rootDir": "src",
"testRegex": ".spec.ts$",
"transform": {
"^.+\\.(t|j)s$": "ts-jest"
},
"coverageDirectory": "../coverage",
"testEnvironment": "node"
},
"files": [
"dist/**/*"
],
"dependencies": {
"typeorm": "^0.2.19"
}
}