{
  "name": "stateli-react",
  "version": "1.0.0",
  "description": "React library to enable Stateli to work with React and Redux dev tools",
  "main": "dist/index.js",
  "scripts": {
    "start": "npm run build && node dist/index.js",
    "build": "npm run clean:dist && tsc",
    "prepack": "npm run clean:tarball && npm run build",
    "test": "tsc && tslint --project tsconfig.json && jest --verbose --coverage && cat ./coverage/lcov.info | coveralls",
    "watch:test": "jest --watch",
    "clean:dist": "node_modules/.bin/rimraf dist/",
    "clean:tarball": "node_modules/.bin/rimraf stateli*.tgz"
  },
  "author": {
    "name": "Josh Walters",
    "email": "josh.walters@outlook.com"
  },
  "keywords": [
    "state",
    "state management",
    "react",
    "redux"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/walts81/stateli-react.git"
  },
  "dependencies": {},
  "peerDependencies": {
    "react": "^16.13.1",
    "react-dom": "^16.13.1",
    "redux": "^4.0.5",
    "stateli": "^1.0.4"
  },
  "devDependencies": {
    "@babel/core": "^7.9.0",
    "@babel/preset-env": "^7.9.0",
    "@babel/preset-typescript": "^7.9.0",
    "@types/jest": "^25.1.5",
    "@types/node": "^13.11.0",
    "@types/react": "^16.9.27",
    "@types/react-dom": "^16.9.5",
    "babel-jest": "^25.2.6",
    "coveralls": "^3.0.11",
    "jest": "^25.2.7",
    "react": "^16.13.1",
    "react-dom": "^16.13.1",
    "redux": "^4.0.5",
    "rimraf": "^3.0.2",
    "stateli": "^1.0.4",
    "ts-jest": "^25.3.1",
    "tslint": "^6.1.0",
    "typescript": "^3.8.3"
  }
}
