{
  "name": "stocked",
  "description": "Tiny state management library for react.",
  "version": "1.1.3",
  "type": "commonjs",
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fracht/reactive-forms.git",
    "directory": "packages/stocked"
  },
  "author": "Artiom Tretjakovas",
  "license": "MIT",
  "dependencies": {
    "lodash": "^4.17.21",
    "tiny-invariant": "^1.3.3",
    "pxth": "0.9.2"
  },
  "devDependencies": {
    "@arethetypeswrong/cli": "^0.16.4",
    "@microsoft/api-extractor": "^7.47.11",
    "@testing-library/dom": "^10.4.0",
    "@testing-library/react": "^16.0.1",
    "@types/lodash": "^4.17.12",
    "@types/react": "18.3.12",
    "@types/react-dom": "18.3.1",
    "configs": "github:fracht/configs",
    "cpy-cli": "^5.0.0",
    "jsdom": "^25.0.1",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "tslib": "2.3.1",
    "tsup": "^8.3.5",
    "typescript": "^5.6.3",
    "vitepress": "^1.4.1",
    "vitest": "^2.1.3"
  },
  "peerDependencies": {
    "react": ">=16"
  },
  "engines": {
    "node": ">=10"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "analyze": "size-limit --why",
    "build": "tsup",
    "build:docs": "vitepress build new-docs",
    "dev:docs": "vitepress dev new-docs",
    "format": "syncpack format && prettier --write \"**/*.{ts,tsx,cjs,mjs,js,jsx,json,yml,yaml,clean-publish}\"",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "serve:docs": "vitepress serve new-docs",
    "size": "size-limit",
    "start": "aqu watch",
    "test": "vitest run",
    "test:watch": "pnpm run test --watch"
  }
}