{
  "name": "shimmershards",
  "version": "0.3.6",
  "description": "shimmershards is a reactive state library",
  "main": "dist/index.js",
  "module": "dist/index.es.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/qusenazlas/shimmer-shards.git"
  },
  "files": [
    "dist"
  ],
  "keywords": [
    "react",
    "state",
    "manager",
    "management",
    "recoil",
    "store",
    "jotai",
    "reactive",
    "mobx",
    "nextjs",
    "next",
    "hooks",
    "context"
  ],
  "scripts": {
    "test": "npx jest tests/",
    "test:watch": "npx jest tests/ --watchAll",
    "prepare": "husky install",
    "lint": "npx eslint src/**/*",
    "format:write": "prettier src/**/* --write",
    "build": "npm run test && rm -rf dist/ && npx rollup -c",
    "release": "npm run build && npx changeset publish",
    "docs": "cd ./www && npm run dev",
    "build:docs": "cd ./www && npm run build",
    "start:docs": "cd ./www && npm start"
  },
  "lint-staged": {
    "*": "eslint"
  },
  "peerDependencies": {
    "react": ">=17.0.0"
  },
  "author": "qusenazlas",
  "license": "MIT",
  "devDependencies": {
    "uuid": "^9.0.0",
    "@babel/preset-env": "^7.22.9",
    "@babel/preset-react": "^7.22.5",
    "@babel/preset-typescript": "^7.22.5",
    "@changesets/cli": "^2.26.2",
    "@commitlint/cli": "^17.6.7",
    "@commitlint/config-conventional": "^17.6.7",
    "@jest/globals": "^29.6.1",
    "@rollup/plugin-commonjs": "^25.0.4",
    "@rollup/plugin-node-resolve": "^15.1.0",
    "@rollup/plugin-typescript": "^11.1.2",
    "@testing-library/jest-dom": "^5.17.0",
    "@testing-library/react": "^14.0.0",
    "@types/jest": "^29.5.3",
    "@types/mocha": "^10.0.1",
    "@types/node": "^20.4.4",
    "@types/react": "^18.2.16",
    "@types/react-dom": "^18.2.7",
    "@types/uuid": "^9.0.2",
    "@typescript-eslint/eslint-plugin": "^6.2.0",
    "@typescript-eslint/parser": "^6.2.0",
    "eslint": "^8.45.0",
    "git-conventional-commits": "^2.6.5",
    "husky": "^8.0.0",
    "jest-environment-jsdom": "^29.6.1",
    "lint-staged": "^13.2.3",
    "prettier": "^3.0.0",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-test-renderer": "^18.2.0",
    "rollup": "^2.79.1",
    "rollup-plugin-babel": "^4.4.0",
    "rollup-plugin-generate-package-json": "^3.2.0",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "rollup-plugin-terser": "^7.0.2",
    "ts-jest": "^29.1.1",
    "ts-node": "^10.9.1",
    "tslib": "^2.6.1",
    "typescript": "^5.1.6"
  }
}
