@timescaledb/typeorm
Version:
This is the official TimescaleDB plugin for TypeORM.
49 lines • 1.03 kB
JSON
{
"name": "@timescaledb/typeorm",
"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",
"typeorm",
"orm",
"plugin",
"integration",
"adapter",
"wrapper"
],
"author": "Timescale",
"license": "MIT",
"bugs": {
"url": "https://github.com/timescale/timescaledb-ts/issues"
},
"files": [
"dist"
],
"dependencies": {
"@timescaledb/core": "0.0.1",
"@timescaledb/utils": "0.0.1",
"@timescaledb/schemas": "0.0.1",
"reflect-metadata": "^0.2.2",
"typeorm": "^0.3.20"
},
"scripts": {
"build": "tsc",
"test": "jest --runInBand"
}
}