{
  "name": "stook",
  "version": "1.17.0",
  "description": "A minimalist design state management library for React",
  "author": "forsigner",
  "main": "dist/index.js",
  "module": "dist/stook.esm.js",
  "typings": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "start": "tsdx watch",
    "build": "tsdx build",
    "test": "tsdx test --env=jsdom",
    "test:watch": "tsdx test --watch",
    "test:cov": "tsdx test --coverage",
    "lint": "tsdx lint"
  },
  "bugs": {
    "url": "https://github.com/forsigner/stook/issues"
  },
  "homepage": "https://github.com/forsigner/stook",
  "license": "MIT",
  "dependencies": {
    "immer": "^9.0.12",
    "mitt": "^3.0.0"
  }
}
