{
  "name": "redux-zero-x",
  "version": "1.3.0",
  "description": "A lightweight state container inspired by redux-zero and make usage like mobx",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/marshalYuan/redux-zero-x.git"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "test": "jest --no-cache --config ./config/jest.json",
    "coverage": "npm run test -- --coverage",
    "compile": "tsc --pretty",
    "watch": "tsc --pretty --watch",
    "lint": "tslint src/**/*.ts src/**/*.tsx",
    "clean": "rimraf dist coverage",
    "check": "npm run compile && npm run pretty && npm run lint",
    "build": "npm run compile",
    "prebuild": "npm run clean",
    "pretty": "prettier --write --no-semi \"src/**/*.ts\" \"src/**/*.tsx\"",
    "prepublish": "npm run build",
    "precommit": "npm run build"
  },
  "keywords": [
    "react",
    "redux"
  ],
  "author": "marshalYuan",
  "license": "MIT",
  "devDependencies": {
    "@types/jest": "^21.1.10",
    "@types/react": "^16.0.31",
    "enzyme": "^3.2.0",
    "enzyme-adapter-react-16": "^1.1.1",
    "husky": "^0.14.3",
    "jest": "^22.0.3",
    "jsdom": "^11.5.1",
    "parcel-bundler": "^1.3.0",
    "prettier": "^1.9.2",
    "react": "^16.2.0",
    "react-dom": "^16.2.0",
    "react-test-render": "^1.1.1",
    "rimraf": "^2.6.2",
    "ts-jest": "^22.0.0",
    "tslint": "^5.8.0",
    "typescript": "^3.4.3"
  }
}
