click-orm
Version:
Feature-rich ORM for modern Node.js and TypeScript, it supports ClickHouse
33 lines (32 loc) • 759 B
JSON
{
"name": "click-orm",
"version": "1.0.1",
"description": "Feature-rich ORM for modern Node.js and TypeScript, it supports ClickHouse",
"main": "build/index.js",
"scripts": {
"compile": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ilyamixaltik/click-orm"
},
"keywords": [
"ClickHouse",
"Click House",
"ORM"
],
"author": {
"name": "Ilya Mixaltik",
"email": "mixaltik16@gmail.com",
"url": "https://vk.com/ilya_mixaltik"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/ilyamixaltik/click-orm/issues"
},
"homepage": "https://github.com/ilyamixaltik/click-orm#readme",
"devDependencies": {
"@types/node": "^17.0.45",
"typescript": "^4.9.5"
}
}