@entity-factory/typeorm
Version:
TypeORM Adapter for entity-factory
33 lines (32 loc) • 767 B
JSON
{
"name": "@entity-factory/typeorm",
"version": "0.2.2",
"description": "TypeORM Adapter for entity-factory",
"author": "Jeremy Cloutier",
"main": "index.js",
"typings": "index",
"repository": {
"type": "git",
"url": "https://github.com/entity-factory/entity-factory"
},
"license": "MIT",
"peerDependencies": {
"@entity-factory/core": "^0.2.1",
"typeorm": "^0.2.38"
},
"dependencies": {
"typeorm": "^0.2.18"
},
"devDependencies": {
"sqlite3": "4.0.9"
},
"gitHead": "9206088ed6330cf16903b2015af451d910b3ac53",
"keywords": [
"typeorm",
"fixtures",
"orm",
"typescript",
"faker",
"typeorm-fixtures"
]
}