UNPKG

@dpkit/file

Version:

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

31 lines 680 B
{ "name": "@dpkit/file", "type": "module", "main": "build/index.js", "version": "0.7.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", "file" ], "dependencies": { "exit-hook": "^4.0.0", "tempy": "3.1.0", "tiny-invariant": "^1.3.3", "@dpkit/core": "0.7.0" }, "scripts": { "build": "tsc --build" } }