{
  "name": "watchable-stores",
  "version": "2.0.2",
  "description": "Data model with observer / observable pattern for front-end purpose.",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "tsc",
    "format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
    "lint": "tslint -p tsconfig.json",
    "prepare": "npm run build",
    "prepublishOnly": "npm run lint",
    "version": "npm run format && git add -A src",
    "postversion": "git push && git push --tags"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Vashnak/watchable-stores.git"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Vashnak/watchable-stores/issues"
  },
  "homepage": "https://github.com/Vashnak/watchable-stores#readme",
  "devDependencies": {
    "prettier": "^1.15.2",
    "tslint": "^5.11.0",
    "tslint-config-prettier": "^1.16.0",
    "typescript": "^3.1.6"
  },
  "keywords": [
    "Store",
    "Stores",
    "Data",
    "Observable",
    "Watcher",
    "Watch",
    "React",
    "ReactJS"
  ],
  "author": "Vashnak <anthony.sarais@gmail.com>"
}
