{
  "name": "@webex/storage-adapter-local-forage",
  "description": "",
  "license": "MIT",
  "author": "Matt Norris <matthew.g.norris@gmail.com>",
  "main": "dist/index.js",
  "devMain": "src/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/webex/webex-js-sdk.git",
    "directory": "packages/@webex/storage-adapter-local-forage"
  },
  "engines": {
    "node": ">=18"
  },
  "browserify": {
    "transform": [
      "babelify",
      "envify"
    ]
  },
  "devDependencies": {
    "@babel/core": "^7.17.10",
    "@webex/babel-config-legacy": "0.0.0",
    "@webex/eslint-config-legacy": "0.0.0",
    "@webex/jest-config-legacy": "0.0.0",
    "@webex/legacy-tools": "0.0.0",
    "@webex/test-helper-chai": "3.12.0",
    "@webex/test-helper-mocha": "3.12.0",
    "@webex/test-helper-mock-webex": "3.12.0",
    "@webex/test-helper-test-users": "3.12.0",
    "eslint": "^8.24.0",
    "prettier": "^2.7.1"
  },
  "dependencies": {
    "@webex/common": "3.12.0",
    "@webex/storage-adapter-spec": "3.12.0",
    "@webex/webex-core": "3.12.0",
    "localforage": "^1.7.3"
  },
  "scripts": {
    "build": "yarn build:src",
    "build:src": "webex-legacy-tools build -dest \"./dist\" -src \"./src\" -js -ts -maps",
    "deploy:npm": "yarn npm publish",
    "test": "yarn test:style && yarn test:unit && yarn test:integration && yarn test:browser",
    "test:browser": "webex-legacy-tools test --unit --runner karma",
    "test:style": "eslint ./src/**/*.*"
  },
  "version": "3.12.0"
}