{
  "name": "feature-gate",
  "version": "1.2.1",
  "description": "A library for handling features in large-scale React apps",
  "main": "./lib/cjs/index.js",
  "module": "./lib/esm/index.js",
  "types": "./lib/esm/index.d.ts",
  "repository": "https://github.com/w01fgang/react-feature-gate",
  "author": "w01fgang<sumin@unix-center.ru>",
  "license": "MIT",
  "scripts": {
    "build": "yarn build:esm && yarn build:cjs",
    "build:esm": "tsc",
    "build:cjs": "tsc --module commonjs --outDir lib/cjs",
    "postbuild": "cp ./src/index.js.flow ./lib/cjs/ && cp ./src/index.js.flow ./lib/esm/",
    "prepublish": "yarn build",
    "test": "jest"
  },
  "devDependencies": {
    "@testing-library/jest-dom": "5.16.5",
    "@testing-library/react": "14.0.0",
    "@types/jest": "29.5.1",
    "@types/react-dom": "18.2.1",
    "@typescript-eslint/eslint-plugin": "5.59.1",
    "@typescript-eslint/parser": "5.59.1",
    "eslint": "8.39.0",
    "jest": "29.5.0",
    "jest-environment-jsdom": "^29.5.0",
    "react": "18.2.0",
    "react-dom": "18.2.0",
    "ts-jest": "29.1.0",
    "typescript": "5.0.4"
  },
  "files": [
    "/lib"
  ]
}
