es-entity
Version:
ORM framework for Node js based on Ecmascript 6 and Typescript.
50 lines (49 loc) • 1.2 kB
JSON
{
"name": "es-entity",
"version": "4.2.3",
"description": "ORM framework for Node js based on Ecmascript 6 and Typescript.",
"type": "module",
"main": "./index.js",
"types": "./index.ts",
"scripts": {
"build": "tsc -p ./tsconfig.json",
"test": "echo \"Error: no test specified\" && exit 0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/InHeap/es-entity.git"
},
"keywords": [
"entity",
"ORM",
"Typescript",
"ecmascript 6"
],
"author": "Nitin Bansal",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/InHeap/es-entity/issues"
},
"homepage": "https://github.com/InHeap/es-entity#readme",
"dependencies": {
"lodash-es": "^4.17.21",
"reflect-metadata": "^0.2.2"
},
"devDependencies": {
"@types/lodash-es": "^4.17.12",
"@types/mssql": "^9.1.5",
"@types/mysql": "^2.15.26",
"@types/node": "20.12.12",
"@types/oracledb": "^6.4.1",
"@types/pg": "^8.11.6"
},
"optionalDependencies": {
"pg": "^8.11.5",
"pg-query-stream": "^4.5.5",
"pg-native": "^3.0.1",
"mysql": "^2.18.1",
"mssql": "^10.0.2",
"oracledb": "^6.5.0",
"sqlite3": "^5.1.7"
}
}