{
  "name": "vue-web-storage",
  "version": "6.1.0",
  "description": "Vue.js plugin for localStorage and sessionStorage",
  "main": "dist/index.umd.js",
  "module": "dist/esm/index.js",
  "typings": "dist/types/index.d.ts",
  "files": [
    "src",
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ankurk91/vue-web-storage.git"
  },
  "keywords": [
    "vue",
    "storage",
    "localStorage",
    "sessionStorage"
  ],
  "author": "ankurk91",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ankurk91/vue-web-storage/issues"
  },
  "homepage": "https://github.com/ankurk91/vue-web-storage",
  "scripts": {
    "test": "jest",
    "test:watch": "yarn run test --watch --notify",
    "build:esm": "tsc -m es6 --outDir ./dist/esm",
    "build:umd": "cross-env NODE_ENV=production webpack --mode=production",
    "build": "npm run build:umd && npm run build:esm",
    "prepublishOnly": "yarn run test && yarn run build"
  },
  "devDependencies": {
    "clean-webpack-plugin": "^3.0.0",
    "cross-env": "^7.0.3",
    "jest": "^26.6.3",
    "ts-jest": "^26.4.4",
    "ts-loader": "^8.0.14",
    "typescript": "^4.1.3",
    "vue": "^3.0",
    "webpack": "^5.12.3",
    "webpack-cli": "^4.3.1"
  },
  "peerDependencies": {
    "vue": "^3.0.0"
  },
  "engines": {
    "node": ">=10.13"
  },
  "dependencies": {}
}
