{
  "name": "frictionless-ckan-mapper-js",
  "main": "lib/index",
  "scripts": {
    "build": "rm -rf dist/ && webpack",
    "test": "ava test/index.test.js --verbose",
    "test:watch": "ava test/index.test.js --verbose --watch"
  },
  "devDependencies": {
    "ava": "^3.12.1",
    "@babel/core": "^7.7.2",
    "@babel/preset-env": "^7.7.1",
    "babel-loader": "^8.0.6",
    "webpack": "^4.44.1",
    "webpack-cli": "^3.3.12"
  },
  "description": "This is JS version of [Frictionless CKAN Mapper](https://github.com/frictionlessdata/frictionless-ckan-mapper).",
  "version": "1.0.0",
  "private": false,
  "directories": {
    "test": "test"
  },
  "dependencies": {},
  "repository": {
    "type": "git",
    "url": "git+https://github.com/datopian/frictionless-ckan-mapper-js.git"
  },
  "keywords": [
    "ckan",
    "javascript",
    "ckan-mapper"
  ],
  "author": "datopian",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/datopian/frictionless-ckan-mapper-js/issues"
  },
  "homepage": "https://github.com/datopian/frictionless-ckan-mapper-js#readme"
}
