72 lines
2.0 KiB
JSON
72 lines
2.0 KiB
JSON
{
|
|
"name": "@push.rocks/smartclickhouse",
|
|
"version": "2.0.16",
|
|
"private": false,
|
|
"description": "A TypeScript-based ODM (Object-Document Mapper) for ClickHouse databases, with support for creating and managing tables and handling time-series data.",
|
|
"main": "dist_ts/index.js",
|
|
"typings": "dist_ts/index.d.ts",
|
|
"type": "module",
|
|
"author": "Lossless GmbH",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"test": "(tstest test/ --web)",
|
|
"build": "(tsbuild --web --allowimplicitany)",
|
|
"createGrafana": "docker run --name grafana -d -p 4000:3000 grafana/grafana-oss",
|
|
"createClickhouse": "docker run --name some-clickhouse-server --ulimit nofile=262144:262144 -p 8123:8123 -p 9000:9000 --volume=$PWD/.nogit/testdatabase:/var/lib/clickhouse yandex/clickhouse-server",
|
|
"buildDocs": "tsdoc"
|
|
},
|
|
"devDependencies": {
|
|
"@git.zone/tsbuild": "^2.1.66",
|
|
"@git.zone/tsbundle": "^2.0.8",
|
|
"@git.zone/tsrun": "^1.2.46",
|
|
"@git.zone/tstest": "^1.0.77",
|
|
"@push.rocks/tapbundle": "^5.0.8",
|
|
"@types/node": "^20.14.2",
|
|
"tslint": "^6.1.3",
|
|
"tslint-config-prettier": "^1.18.0"
|
|
},
|
|
"dependencies": {
|
|
"@push.rocks/smartdelay": "^3.0.1",
|
|
"@push.rocks/smartobject": "^1.0.10",
|
|
"@push.rocks/smartpromise": "^4.0.2",
|
|
"@push.rocks/smartrx": "^3.0.7",
|
|
"@push.rocks/smarturl": "^3.0.6",
|
|
"@push.rocks/webrequest": "^3.0.28"
|
|
},
|
|
"browserslist": [
|
|
"last 1 chrome versions"
|
|
],
|
|
"files": [
|
|
"ts/**/*",
|
|
"ts_web/**/*",
|
|
"dist/**/*",
|
|
"dist_*/**/*",
|
|
"dist_ts/**/*",
|
|
"dist_ts_web/**/*",
|
|
"assets/**/*",
|
|
"cli.js",
|
|
"npmextra.json",
|
|
"readme.md"
|
|
],
|
|
"keywords": [
|
|
"ClickHouse",
|
|
"ODM",
|
|
"database",
|
|
"TypeScript",
|
|
"Docker",
|
|
"Grafana",
|
|
"data management",
|
|
"table management",
|
|
"analytics",
|
|
"data storage",
|
|
"time-series data",
|
|
"schema management",
|
|
"data insertion"
|
|
],
|
|
"homepage": "https://code.foss.global/push.rocks/smartclickhouse",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://code.foss.global/push.rocks/smartclickhouse.git"
|
|
}
|
|
}
|