{
  "name": "baseliner",
  "version": "1.0.7",
  "description": "compare objects with ease",
  "main": "build/index.cjs.js",
  "module": "build/index.es.js",
  "scripts": {
    "build": "rollup --config",
    "test": "jest",
    "test:watch": "npm test -- --watch",
    "coverage": "jest --coverage"
  },
  "author": "PJ Trainor",
  "repository": {
    "type": "git",
    "url": "https://github.com/trainorpj/baseliner"
  },
  "license": "MIT",
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-plugin-external-helpers": "^6.22.0",
    "babel-preset-env": "^1.6.1",
    "jest": "^21.2.1",
    "rollup-plugin-babel": "^3.0.2",
    "rollup-plugin-node-resolve": "^3.0.0"
  }
}
