@entity-factory/core
Version:
Create entities on the fly for mocking and testing
33 lines (32 loc) • 773 B
JSON
{
"name": "@entity-factory/core",
"version": "0.2.2",
"description": "Create entities on the fly for mocking and testing",
"author": "Jeremy Cloutier",
"main": "index.js",
"typings": "index",
"repository": {
"type": "git",
"url": "https://github.com/entity-factory/entity-factory"
},
"license": "MIT",
"dependencies": {
"faker": "^5.5.3",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/faker": "^5.5.9",
"@types/uuid": "^8.3.1"
},
"gitHead": "9206088ed6330cf16903b2015af451d910b3ac53",
"keywords": [
"test",
"testing",
"typeorm",
"fixtures",
"orm",
"typescript",
"faker",
"typeorm-fixtures"
]
}