{
  "name": "react-secure-storage",
  "version": "1.3.2",
  "description": "This libraries is used to securely store data in local storage",
  "author": "Sushin Pv",
  "main": "dist/index.js",
  "types": "dist/types.d.ts",
  "repository": {
    "type": "git",
    "url": "git@github.com:sushinpv/react-secure-storage.git"
  },
  "license": "MIT",
  "keywords": [
    "react secure local storage",
    "react",
    "local storage"
  ],
  "dependencies": {
    "crypto-js": "^4.1.1",
    "murmurhash-js": "^1.0.0"
  },
  "scripts": {
    "start": "react-scripts start",
    "build:lib": "rm -rf dist && NODE_ENV=production babel src/lib --out-dir dist --extensions \".ts,.tsx\" && rm dist/types.d.js && cp src/lib/types.d.ts dist/",
    "build:lib-ts": "rm -rf dist && NODE_ENV=production tsc src/lib/index.ts --outDir dist && rm dist/types.d.js && cp src/lib/types.d.ts dist/",
    "build": "react-scripts build",
    "test": "react-scripts test",
    "eject": "react-scripts eject"
  },
  "eslintConfig": {
    "extends": [
      "react-app",
      "react-app/jest"
    ]
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  },
  "devDependencies": {
    "@babel/cli": "^7.17.10",
    "@babel/core": "^7.18.2",
    "@babel/plugin-proposal-class-properties": "^7.17.12",
    "@babel/plugin-proposal-object-rest-spread": "^7.18.0",
    "@babel/plugin-transform-classes": "^7.18.4",
    "@babel/polyfill": "^7.12.1",
    "@babel/preset-env": "^7.18.2",
    "@babel/preset-typescript": "^7.17.12",
    "@testing-library/jest-dom": "^5.16.4",
    "@testing-library/react": "^13.3.0",
    "@testing-library/user-event": "^13.5.0",
    "@types/clientjs": "^0.2.0",
    "@types/crypto-js": "^4.1.1",
    "@types/jest": "^27.5.2",
    "@types/murmurhash-js": "^1.0.3",
    "@types/node": "^16.11.39",
    "@types/react": "^18.0.12",
    "@types/react-dom": "^18.0.5",
    "@types/ua-parser-js": "^0.7.36",
    "clientjs": "^0.2.1",
    "core-js": "^3.22.8",
    "cypress": "^10.3.0",
    "react": "^18.1.0",
    "react-dom": "^18.1.0",
    "typescript": "^4.7.3",
    "web-vitals": "^2.1.4"
  }
}
