{
  "name": "hash-store",
  "version": "1.0.4",
  "description": "A micro library for saving data in the hashStore.",
  "main": "build/hash-store.min.js",
  "scripts": {
    "build": "npm test && webpack",
    "test": "jest",
    "prepare": "npm run build",
    "publish:npm": "npm run build && npm publish",
    "serve": "live-server --open=dev --watch=build --port=2019"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ssokurenko/hash-store.git"
  },
  "keywords": [
    "npm",
    "web",
    "storage",
    "spa"
  ],
  "author": "Sergey Sokurenko",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ssokurenko/hash-store/issues"
  },
  "homepage": "https://github.com/ssokurenko/hash-store#readme",
  "devDependencies": {
    "@babel/cli": "^7.4.4",
    "@babel/core": "^7.4.5",
    "@babel/plugin-proposal-class-properties": "^7.4.4",
    "@babel/polyfill": "^7.4.4",
    "@babel/preset-env": "^7.4.5",
    "babel-loader": "^8.0.6",
    "babel-preset-minify": "^0.5.0",
    "css-loader": "^3.0.0",
    "file-loader": "^4.0.0",
    "jest": "^24.8.0",
    "prettier": "^1.18.2",
    "prettier-webpack-plugin": "^1.2.0",
    "style-loader": "^0.23.1",
    "url-loader": "^2.0.0",
    "webpack": "^4.34.0",
    "webpack-cli": "^3.3.4",
    "live-server": "^1.2.1"
  },
  "jest": {
    "moduleNameMapper": {
      "\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/scripts/testMock.js",
      "\\.(css|less)$": "<rootDir>/scripts/testMock.js"
    }
  }
}
