{
  "name": "@dpkit/ckan",
  "type": "module",
  "version": "1.5.1",
  "exports": "./build/index.js",
  "sideEffects": false,
  "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": "1.5.1",
    "@dpkit/file": "1.5.1"
  },
  "devDependencies": {
    "@dpkit/test": "1.5.1"
  },
  "scripts": {
    "build": "tsc"
  }
}