UNPKG

@timescaledb/utils

Version:

This package contains utilities like formatting and escaping sql strings plus other helper functions.

48 lines 922 B
{ "name": "@timescaledb/utils", "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", "typescript", "utils" ], "author": "Timescale", "license": "MIT", "bugs": { "url": "https://github.com/timescale/timescaledb-ts/issues" }, "typesVersions": { "*": { "*": [ "src/*" ] } }, "files": [ "dist" ], "dependencies": { "@timescaledb/schemas": "0.0.1", "debug": "^4.4.0" }, "scripts": { "build": "tsc", "test": "jest --runInBand" } }