{
  "name": "attain",
  "version": "0.0.192",
  "description": "A library for modelling and accessing data.",
  "main": "dist/attain.min.js",
  "unpkg": "dist/attain.min.js",
  "files": [
    "dist/*.min.js",
    "dist/*.min.js.map",
    "lib/**"
  ],
  "module": "lib/index.js",
  "scripts": {
    "test": "bash run test",
    "prepare": "bash run install"
  },
  "husky": {
    "hooks": {
      "pre-commit": "bash run dist"
    }
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@gitlab.com/harth/data.git"
  },
  "snowpack": {
    "webDependencies": [
      "mithril",
      "mithril-stream",
      "bss",
      "marked"
    ]
  },
  "keywords": [
    "sum-type",
    "lens",
    "lenses",
    "queries",
    "state-management",
    "union-type",
    "unions",
    "tagged",
    "fp",
    "data",
    "stream"
  ],
  "author": "JAForbes",
  "license": "MIT",
  "bugs": {
    "url": "https://gitlab.com/harth/data/issues"
  },
  "homepage": "https://gitlab.com/harth/data#readme",
  "dependencies": {
    "flems": "^1.5.3",
    "mithril-stream": "2.0.0",
    "vella": "0.0.3"
  },
  "devDependencies": {
    "@babel/core": "^7.1.6",
    "@babel/plugin-proposal-export-default-from": "7.8.3",
    "@babel/preset-env": "^7.1.6",
    "@rollup/plugin-commonjs": "11.0.2",
    "@rollup/plugin-node-resolve": "7.1.1",
    "babel-eslint": "10.1.0",
    "bss": "1.6.4",
    "eslint": "6.8.0",
    "esm": "3.2.25",
    "husky": "4.2.3",
    "marked": "0.8.0",
    "mithril": "github:porsager/mithril.js#esm-dev",
    "rollup": "1.32.0",
    "rollup-plugin-babel": "4.3.3",
    "rollup-plugin-terser": "^3.0.0",
    "snowpack": "1.5.2",
    "tape": "4.13.2",
    "terser": "^3.10.13"
  }
}
