UNPKG

@timescaledb/core

Version:

The `@timescaledb/core` package provides fundamental building blocks for working with TimescaleDB in TypeScript/JavaScript applications. It includes SQL query builders and utilities for managing hypertables, continuous aggregates, compression, and other T

52 lines 1 kB
{ "name": "@timescaledb/core", "version": "0.0.1", "main": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "require": "./dist/index.js" } }, "homepage": "https://github.com/timescale/timescaledb-ts", "repository": { "type": "git", "url": "git+https://github.com/timescale/timescaledb-ts.git" }, "keywords": [ "timescaledb", "timeseries", "database", "query", "typescript", "core", "genration", "builder" ], "author": "Timescale", "license": "MIT", "bugs": { "url": "https://github.com/timescale/timescaledb-ts/issues" }, "typesVersions": { "*": { "*": [ "src/*" ] } }, "files": [ "dist" ], "dependencies": { "@timescaledb/schemas": "0.0.1", "@timescaledb/utils": "0.0.1" }, "devDependencies": {}, "scripts": { "build": "tsc", "test": "jest --runInBand" } }