{
  "name": "flag",
  "version": "5.0.1",
  "description": "Strictly typed feature flagging for React",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "sideEffects": false,
  "repository": "https://github.com/garbles/flag",
  "author": "Gabe Scholz",
  "license": "MPL-2.0",
  "devDependencies": {
    "@testing-library/react": "^13.0.0",
    "@types/jest": "^27.4.1",
    "@types/node": "^17.0.23",
    "jest": "^27.5.1",
    "react": "^18.0.0",
    "react-dom": "^18.0.0",
    "ts-jest": "^27.1.4",
    "tsup": "^5.12.5",
    "typescript": "^4.6.3"
  },
  "dependencies": {
    "@types/react": "^18.0.5",
    "async-ref": "^0.1.6"
  },
  "peerDependencies": {
    "react": "^18"
  },
  "scripts": {
    "test": "jest",
    "build": "tsup",
    "prepublishOnly": "jest && tsc && tsup"
  }
}
