{
  "name": "@svenardo/capability-url",
  "private": false,
  "version": "0.1.7",
  "description": "Structure for generation of secure capability URLs",
  "author": "Sven Anders Robbestad <robbestad@gmail.com>",
  "main": "bundle.js",
  "scripts": {
    "test": "jest",
    "test:watch": "jest --watchAll",
    "test:coverage": "jest --coverage",
    "prerelease": "rollup -c",
    "release": "standard-version",
    "postrelease": "git push --follow-tags origin master && npm publish --access=public"
  },
  "jest": {
    "verbose": true,
    "collectCoverageFrom": [
      "**client/**"
    ],
    "roots": [
      "client"
    ]
  },
  "devDependencies": {
    "@babel/core": "^7.0.1",
    "babel-env": "^2.4.1",
    "babel-jest": "^23.6.0",
    "jest": "^23.6.0",
    "rollup": "^0.66.0",
    "standard-version": "^4.4.0"
  }
}
