{
  "name": "@dpkit/ckan",
  "type": "module",
  "main": "build/index.js",
  "version": "0.5.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",
    "ckan"
  ],
  "dependencies": {
    "@dpkit/core": "0.6.0",
    "@dpkit/file": "0.6.0"
  },
  "devDependencies": {
    "@dpkit/test": "0.1.0"
  },
  "scripts": {
    "build": "tsc --build"
  }
}