{
  "name": "@ahanapediatrics/react-volume-meter",
  "version": "5.10.1",
  "description": "A volume meter React component",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "scripts": {
    "build": "webpack",
    "build-storybook": "build-storybook",
    "dist": "npm run build && npm run release && npm publish",
    "lint": "eslint -c .eslintrc.js --ext .ts src",
    "prepare": "npm run build",
    "release": "standard-version",
    "storybook": "start-storybook -p 6006",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ahana-pediatrics/react-volume-meter.git"
  },
  "keywords": [
    "react",
    "react-component",
    "volume",
    "audio"
  ],
  "author": "Dan Rumney",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ahana-pediatrics/react-volume-meter/issues"
  },
  "homepage": "https://github.com/ahana-pediatrics/react-volume-meter#readme",
  "peerDependencies": {
    "@ahanapediatrics/ahana-fp": "^3.4.1",
    "react": "^17.0.0"
  },
  "devDependencies": {
    "@ahanapediatrics/ahana-fp": "^3.4.1",
    "@ahanapediatrics/storybook-state": "^2.0.6",
    "@babel/core": "^7.9.0",
    "@storybook/addon-actions": "^5.3.18",
    "@storybook/addon-console": "^1.2.1",
    "@storybook/addon-links": "^5.3.18",
    "@storybook/addons": "^5.3.18",
    "@storybook/react": "^5.3.18",
    "@types/node": "^13.11.1",
    "@types/react": "^17.0.0",
    "@types/react-dom": "^17.0.0",
    "@types/styled-components": "5.1.0",
    "@typescript-eslint/eslint-plugin": "^2.30.0",
    "@typescript-eslint/parser": "^2.30.0",
    "audio-context-polyfill": "^1.0.0",
    "awesome-typescript-loader": "^5.2.1",
    "babel-loader": "^8.1.0",
    "eslint": "^6.8.0",
    "eslint-config-prettier": "^6.11.0",
    "git-cz": "^4.3.1",
    "prettier": "^2.0.5",
    "react": "^17.0.0",
    "react-docgen-typescript-loader": "^3.7.2",
    "react-dom": "^17.0.0",
    "rimraf": "^3.0.2",
    "source-map-loader": "^0.2.4",
    "standard-version": "^7.1.0",
    "styled-components": "^5.3.3",
    "typescript": "^3.7.2",
    "webpack": "^4.16.5",
    "webpack-command": "^0.5.0"
  },
  "config": {
    "commitizen": {
      "path": "git-cz"
    }
  }
}
