{
  "name": "@bigcommerce/data-store",
  "version": "1.0.1",
  "description": "A JavaScript library for managing application state",
  "license": "MIT",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "files": [
    "lib/"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/bigcommerce/data-store-js.git"
  },
  "author": "BigCommerce",
  "bugs": {
    "url": "https://github.com/bigcommerce/data-store-js/issues"
  },
  "homepage": "https://github.com/bigcommerce/data-store-js",
  "scripts": {
    "prebuild": "rm -rf lib",
    "build": "tsc --outDir lib --project tsconfig-build.json",
    "lint": "tslint 'src/**/*.ts' --config tslint.json --project tsconfig.json && tsc --noEmit",
    "prepare": "check-node-version --node '>=6' --npm '>=6' && npm run build",
    "prerelease": "git fetch --tags && npm run validate-commits && npm run lint && npm test",
    "release": "standard-version",
    "postrelease": "npm publish --access public && git push --follow-tags",
    "test": "jest --config jest-config.js",
    "test:coverage": "npm test -- --coverage",
    "test:series": "npm test -- --runInBand",
    "test:watch": "npm test -- --watch",
    "validate-commits": "validate-commits"
  },
  "dependencies": {
    "@types/lodash": "^4.14.92",
    "@types/shallowequal": "^1.1.1",
    "lodash": "^4.17.4",
    "rxjs": "^6.3.3",
    "shallowequal": "^1.1.0",
    "tslib": "^1.8.0"
  },
  "devDependencies": {
    "@bigcommerce/tslint-config": "^2.0.1",
    "@bigcommerce/validate-commits": "^2.0.3",
    "@types/jest": "^21.1.10",
    "check-node-version": "^3.2.0",
    "jest": "^21.2.1",
    "standard-version": "^4.2.0",
    "ts-jest": "^21.2.3",
    "tslint": "^5.9.1",
    "typescript": "^2.7.1"
  }

,"_resolved": "https://registry.npmjs.org/@bigcommerce/data-store/-/data-store-1.0.1.tgz"
,"_integrity": "sha512-A7DHUABX+0ctyUhqCQ6zQErJKSpmPZ8HE1WtekSBGPOGmVdVqoqADrYf4CGCY3bHr0Q4jueEvSekJPN1RELFQA=="
,"_from": "@bigcommerce/data-store@1.0.1"
}