UNPKG

@dpkit/core

Version:

Fast TypeScript data management framework built on top of the Data Package standard and Polars DataFrames

31 lines 689 B
{ "name": "@dpkit/core", "type": "module", "version": "0.10.0", "exports": "./build/index.js", "license": "MIT", "author": "Evgeny Karev", "repository": "https://github.com/datisthq/dpkit", "description": "Fast TypeScript data management framework built on top of the Data Package standard and Polars DataFrames", "keywords": [ "data", "polars", "dataframe", "datapackage", "tableschema", "typescript", "validation", "quality", "fair", "core" ], "dependencies": { "@sindresorhus/slugify": "^0.9.0", "ajv": "^8.17.1", "quick-lru": "^7.0.1", "tiny-invariant": "^1.3.3" }, "scripts": { "build": "tsc" } }