{
  "name": "@connext/store",
  "version": "7.3.17",
  "description": "Store module for Connext client",
  "browser": "dist/browser.js",
  "react-native": "dist/reactNative.js",
  "main": "dist/index.js",
  "files": [
    "dist",
    "src",
    "types"
  ],
  "scripts": {
    "build": "rm -rf ./dist/* && ./node_modules/.bin/tsc -p tsconfig.json",
    "lint": "../../node_modules/.bin/eslint -c '../../.eslintrc.js' --fix 'src/**/*'",
    "test": "ts-mocha --bail --check-leaks --exit --timeout 7500 'src/**/*.spec.ts'"
  },
  "dependencies": {
    "@connext/contracts": "3.5.0",
    "@connext/types": "7.3.17",
    "@connext/utils": "7.3.17",
    "localStorage": "1.0.4",
    "p-waterfall": "2.1.0",
    "pg": "8.3.0",
    "pg-hstore": "2.3.3",
    "sequelize": "6.3.4",
    "sqlite3": "5.0.0",
    "uuid": "8.3.0"
  },
  "devDependencies": {
    "@babel/polyfill": "7.10.4",
    "@types/chai": "4.2.12",
    "@types/chai-as-promised": "7.1.3",
    "@types/chai-subset": "1.3.3",
    "@types/mocha": "8.0.1",
    "@types/node": "14.0.27",
    "chai": "4.2.0",
    "chai-as-promised": "7.1.1",
    "chai-subset": "1.6.0",
    "mocha": "8.1.1",
    "ts-mocha": "7.0.0",
    "typescript": "3.9.7"
  }
}
