UNPKG

@dpkit/ckan

Version:

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

32 lines 680 B
{ "name": "@dpkit/ckan", "type": "module", "version": "0.8.1", "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", "ckan" ], "dependencies": { "@dpkit/core": "0.10.0", "@dpkit/file": "0.9.1" }, "devDependencies": { "@dpkit/test": "0.2.0" }, "scripts": { "build": "tsc" } }