UNPKG

dpkit

Version:

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

38 lines 886 B
{ "name": "dpkit", "type": "module", "main": "build/index.js", "version": "0.4.0", "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", "cli" ], "dependencies": { "@dpkit/camtrap": "0.5.0", "@dpkit/datahub": "0.6.0", "@dpkit/file": "0.6.0", "@dpkit/core": "0.6.0", "@dpkit/ckan": "0.5.0", "@dpkit/github": "0.6.0", "@dpkit/folder": "0.6.0", "@dpkit/inline": "0.4.0", "@dpkit/table": "0.4.0", "@dpkit/zenodo": "0.5.0", "@dpkit/zip": "0.5.0" }, "scripts": { "build": "tsc --build" } }