{
  "name": "little-state-machine-devtools",
  "sideEffects": false,
  "version": "3.0.0",
  "types": "dist/index.d.ts",
  "main": "index.js",
  "scripts": {
    "clean": "rimraf dist/*",
    "build": "rollup -c",
    "watch": "tsc --watch",
    "release": "npm version",
    "postrelease": "yarn publish && git push --follow-tags",
    "test": "jest",
    "testw": "yarn test -- --watchAll",
    "prepublish": "yarn run clean && yarn build"
  },
  "keywords": [
    "state",
    "flux"
  ],
  "repository": "git@github.com:bluebill1049/little-state-machine.git",
  "author": "<bluebill1049@hotmail.com>",
  "license": "MIT",
  "devDependencies": {
    "@types/lodash": "^4.17.14",
    "@types/react": "^19.0.4",
    "coveralls": "^3.1.1",
    "npm-run-all": "^4.1.5",
    "react": "^19.0.0",
    "react-dom": "^19.0.0",
    "rimraf": "^6.0.1",
    "rollup": "^4.30.1",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "rollup-plugin-typescript2": "^0.36.0",
    "ts-jest": "^29.2.5",
    "typescript": "^5.7.3",
    "uglify-es": "^3.3.9"
  },
  "peerDependencies": {
    "little-state-machine": "^5.0.0",
    "react": "^16.8.0 || ^17 || ^18",
    "react-dom": "^16.8.0 || ^17 || ^18"
  },
  "dependencies": {
    "little-state-machine": "^5.0.1",
    "lodash": "^4.17.21",
    "react-json-view": "^1.21.3",
    "react-simple-animate": "^3.5.3"
  },
  "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}
