{
  "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"
  }
}