{
  "name": "@watch-state/decorators",
  "version": "1.3.0-alpha.0",
  "description": "Decorators to use watch-state",
  "author": "Mikhail Lysikov <d8corp@mail.ru>",
  "license": "MIT",
  "main": "index.js",
  "module": "index.es6.js",
  "jsnext:main": "index.es6.js",
  "types": "index.d.ts",
  "homepage": "https://github.com/d8corp/watch-state-decorators",
  "bugs": {
    "url": "https://github.com/d8corp/watch-state-decorators/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/d8corp/watch-state-decorators.git"
  },
  "keywords": [
    "watch",
    "state",
    "stateful",
    "reaction",
    "reactions",
    "react",
    "reactive",
    "observe",
    "observable",
    "decorator",
    "decorators",
    "front-end"
  ],
  "dependencies": {
    "watch-state": "^3.5.0-alpha.0"
  },
  "scripts": {
    "build": "innetjs release",
    "test": "jest",
    "test:coverage": "jest --coverage",
    "release": "innetjs release -p",
    "patch": "innetjs patch",
    "minor": "innetjs minor",
    "major": "innetjs major",
    "lint": "eslint src --ext .ts,.tsx",
    "lint:fix": "eslint src --ext .ts,.tsx --fix"
  }
}