ts-db-helper
Version:
Simple ORM based on TypeScript
29 lines • 711 B
JSON
{
"main": "bundles/ts-db-helper.umd.js",
"module": "index.js",
"typings": "index.d.ts",
"name": "ts-db-helper",
"version": "0.0.15",
"license": "MIT",
"description": "Simple ORM based on TypeScript",
"author": "Olivier Margarit",
"keywords": [
"ORM",
"TypeScript",
"rdb",
"db",
"database",
"model"
],
"repository": {
"type": "git",
"url": "https://github.com/margarito/ts-db-helper.git"
},
"homepage": "https://github.com/margarito/ts-db-helper#readme",
"bugs": {
"url": "https://github.com/margarito/ts-db-helper/issues"
},
"dependencies": {
"rxjs": "^5.1.0"
}
}