{
  "name": "qp-well-parser",
  "version": "4.0.1",
  "description": "A small package to help destructure api responses into standard well objects",
  "main": "dist/qp-well-parser.cjs.js",
  "module": "dist/qp-well-parser.esm.js",
  "jsnext:main": "dist/qp-well-parser.esm.js",
  "browser": "dist/qp-well-parser.umd.js",
  "files": [
    "dist",
    "src"
  ],
  "scripts": {
    "clean": "rimraf lib dist es coverage",
    "build": "cross-env NODE_ENV=build rollup -c",
    "cov": "cross-env NODE_ENV=development nyc report --reporter=lcov && echo 'Cov complete.'",
    "lint": "eslint src && echo 'Lint complete.'",
    "test": "cross-env NODE_ENV=development ava",
    "test:cov": "nyc npm run test && npm run cov",
    "test:suite": "npm run test:cov && npm run lint",
    "watch": "watch 'clear && npm run test:suite' src test",
    "start": "npm run watch",
    "verify": "npm run -s test && npm run -s lint",
    "prepare": "npm run clean && npm run lint && npm test && npm run build",
    "precommit": "npm run verify",
    "preversion": "npm run test:suite",
    "version": "git add -A",
    "postversion": "git push && git push --tags && npm publish"
  },
  "ava": {
    "files": [
      "test/**/*.test.js"
    ],
    "concurrency": 20,
    "require": [
      "@babel/register"
    ]
  },
  "nyc": {
    "sourceMap": false,
    "instrument": false
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/QueryPark/qp-well-parser.git"
  },
  "keywords": [
    "query park",
    "query",
    "park",
    "qp",
    "well",
    "parser"
  ],
  "author": "Query Park Inc.",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/QueryPark/qp-well-parser/issues"
  },
  "homepage": "https://github.com/QueryPark/qp-well-parser#readme",
  "devDependencies": {
    "@babel/core": "^7.4.0",
    "@babel/helpers": "^7.4.2",
    "@babel/plugin-external-helpers": "^7.2.0",
    "@babel/plugin-proposal-object-rest-spread": "^7.4.0",
    "@babel/plugin-transform-async-to-generator": "^7.4.0",
    "@babel/plugin-transform-regenerator": "^7.4.0",
    "@babel/plugin-transform-runtime": "^7.4.0",
    "@babel/preset-env": "^7.4.2",
    "@babel/register": "^7.4.0",
    "@babel/runtime": "^7.4.2",
    "ava": "^1.4.1",
    "babel-plugin-istanbul": "^5.1.1",
    "cross-env": "^5.2.0",
    "eslint": "^5.15.3",
    "eslint-config-standard": "^12.0.0",
    "eslint-plugin-import": "^2.16.0",
    "eslint-plugin-node": "^8.0.1",
    "eslint-plugin-promise": "^4.0.1",
    "eslint-plugin-standard": "^4.0.0",
    "nyc": "^13.3.0",
    "rimraf": "^2.6.3",
    "rollup": "^1.7.4",
    "rollup-plugin-babel": "^4.3.2",
    "rollup-plugin-commonjs": "^9.2.2",
    "rollup-plugin-node-resolve": "^4.0.1",
    "rollup-plugin-terser": "^4.0.4",
    "standard": "^12.0.1",
    "watch": "^1.0.2"
  }
}
