@timescaledb/schemas
Version:
This package contains Zod schemas and types for all TimescaleDB objects.
48 lines • 880 B
JSON
{
"name": "@timescaledb/schemas",
"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",
"schemas",
"zod",
"types"
],
"author": "Timescale",
"license": "MIT",
"bugs": {
"url": "https://github.com/timescale/timescaledb-ts/issues"
},
"typesVersions": {
"*": {
"*": [
"src/*"
]
}
},
"files": [
"dist"
],
"dependencies": {
"zod": "^3.24.1"
},
"scripts": {
"build": "tsc"
}
}