mapdtotoentity
Version:
A tiny typescript package to map data transfer objects to entity class. (Especially TypeOrm entities)
33 lines (32 loc) • 794 B
JSON
{
"name": "mapdtotoentity",
"version": "1.0.6",
"description": "A tiny typescript package to map data transfer objects to entity class. (Especially TypeOrm entities)",
"main": "dist/index.ts",
"types": "dist/index.d.ts",
"scripts": {
"test": "jest",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/olaar09/mapdtotoentity.git"
},
"keywords": [
"Typeorm",
"NestJs",
"Typescript"
],
"author": "Agboola Yusuf",
"license": "ISC",
"bugs": {
"url": "https://github.com/olaar09/mapdtotoentity/issues"
},
"homepage": "https://github.com/olaar09/mapdtotoentity#readme",
"devDependencies": {
"@types/jest": "^24.0.13",
"jest": "^24.8.0",
"ts-jest": "^24.0.2",
"typescript": "^3.4.5"
}
}