{
  "name": "@vizabi/core",
  "version": "1.37.2",
  "description": "Vizabi core (data layer)",
  "main": "dist/Vizabi.js",
  "type": "module",
  "files": [
    "dist/Vizabi.js",
    "dist/Vizabi.js.map",
    "dist/Dataframe.js",
    "dist/Dataframe.js.map",
    "src"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "prepublishOnly": "npm test && npm run build",
    "build": "npx rollup -c",
    "start": "NODE_ENV=devserver rollup -c --watch",
    "rollup": "rollup -c",
    "test": "node --experimental-vm-modules node_modules/.bin/jest",
    "debug": "node --experimental-vm-modules node_modules/.bin/jest --runInBand --watch --no-cache"
  },
  "author": {
    "name": "Jasper Heeffer and others at Gapminder Foundation",
    "url": "https://www.gapminder.org",
    "email": "info@gapminder.org"
  },
  "contributors": [
    {
      "name": "Jasper",
      "url": "https://github.com/jheeffer"
    },
    {
      "name": "Angie",
      "url": "https://github.com/angiehjort"
    },
    {
      "name": "Dima",
      "url": "https://github.com/dab2000"
    },
    {
      "name": "Ola",
      "url": "https://github.com/olarosling"
    }
  ],
  "license": "CC-BY-4.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/vizabi/core"
  },
  "bugs": {
    "url": "https://github.com/vizabi/core/issues"
  },
  "homepage": "http://vizabi.org",
  "peerDependencies": {
    "mobx": "^5.15.7",
    "d3": "^6.7.0"
  },
  "devDependencies": {
    "@rollup/plugin-node-resolve": "^13.0.4",
    "install-peers": "^1.0.3",
    "jest": "^27.4.7",
    "jest-cli": "^27.4.7",
    "mobx": "^5.15.7",
    "mobx-formatters": "^1.0.2",
    "mobx-utils": "^5.5.2",
    "rollup": "^2.79.1",
    "rollup-plugin-livereload": "^2.0.5",
    "rollup-plugin-replace": "^2.2.0",
    "rollup-plugin-serve": "^1.1.0",
    "rollup-plugin-visualizer": "^5.5.2",
    "@vizabi/reader-ddfcsv": "^4.0.1"
  },
  "serve": {
    "content": "./dist",
    "hot": false
  }
}
