{
	"name": "typeorm-infrastructure",
	"version": "1.0.16",
	"description": "Simple infrastructure implementation for TypeORM.",
	"main": "src/index.js",
	"scripts": {
		"build": "npm run tslint && rm -rf ./dist && npm run build:ts",
		"build:ts": "tsc --rootDir ./src/",
		"tslint": "tslint --fix -c tslint.json -p tsconfig.json",
		"test": "echo \"Error: no test specified\" && exit 1",
		"ncu": "ncu",
		"ncu:u": "ncu -u"
	},
	"keywords": [
		"infrastructure",
		"typeorm",
		"typescript"
	],
	"repository": {
		"type": "git",
		"url": "git+https://github.com/nicolaspearson/node.typeorm.infrastructure"
	},
	"author": "Nicolas Pearson",
	"license": "MIT",
	"dependencies": {
		"@hapi/boom": "~9.0.0",
		"class-validator": "~0.11.0",
		"typeorm": "~0.2.22"
	},
	"devDependencies": {
		"@types/node": "~13.7.0",
		"npm-check-updates": "~4.0.1",
		"ts-helpers": "~1.1.2",
		"ts-node": "~8.6.2",
		"tslint": "~6.0.0",
		"typescript": "~3.7.5"
	}
}
