{
  "name": "deep-storage",
  "version": "5.0.3",
  "description": "Simple observable state management for reactive applications",
  "main": "./lib/index.js",
  "license": "MIT",
  "keywords": [
    "deep-storage",
    "observable",
    "state managment",
    "react",
    "data flow"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/deep-storage/deep-storage.git"
  },
  "devDependencies": {
    "@types/jest": "^23.3.1",
    "jest": "^23.5.0",
    "rimraf": "^2.6.2",
    "ts-jest": "^23.1.3",
    "typescript": "^3.0.1"
  },
  "scripts": {
    "test": "jest",
    "build": "rimraf lib *.d.ts && tsc -p tsconfig.prod.json",
    "publish:patch": "yarn build && npm version patch && git push",
    "publish:minor": "yarn build && npm version minor && git push",
    "publish:major": "yarn build && npm version major && git push"
  },
  "dependencies": {},
  "types": "./lib/index.d.ts"
}
