{
  "name": "concave",
  "version": "0.2.0",
  "description": "Lens-like state management (for React)",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.mjs",
      "require": "./dist/index.js"
    }
  },
  "files": [
    "dist"
  ],
  "author": "Gabe Scholz",
  "bugs": {
    "url": "https://github.com/garbles/concave/issues"
  },
  "homepage": "https://github.com/garbles/concave",
  "repository": {
    "type": "git",
    "url": "https://github.com/garbles/concave.git"
  },
  "license": "MIT",
  "sideEffects": false,
  "keywords": [
    "react",
    "lens",
    "optics",
    "state",
    "state-management",
    "store",
    "redux"
  ],
  "scripts": {
    "test": "jest",
    "typecheck": "tsc --noEmit",
    "build": "tsup",
    "prepublish": "yarn test && yarn typecheck && yarn build"
  },
  "dependencies": {},
  "devDependencies": {
    "@testing-library/react": "^13.0.0-alpha.5",
    "@types/jest": "^27.0.3",
    "@types/react": "^17.0.37",
    "@types/react-dom": "^17.0.11",
    "doctoc": "^2.1.0",
    "jest": "^27.4.5",
    "react": "^18.0.0-rc.0",
    "react-dom": "^18.0.0-rc.0",
    "ts-jest": "^27.1.2",
    "tsup": "^5.11.8",
    "typescript": "^4.5.4"
  },
  "peerDependencies": {
    "@types/react": "^17.0.37",
    "react": "^18.0.0-rc.0"
  }
}
