{
  "name": "beyond-react",
  "private": false,
  "version": "0.0.5",
  "main": "./dist/beyond-react.umd.js",
  "module": "./dist/beyond-react.es.js",
  "types": "./dist/index.d.ts",
  "typings": "dist/commonjs/index.d.ts",
  "description": "Beyond React",
  "author": "Hamed Fathi",
  "license": "MIT",
  "engines": {
    "node": ">=18",
    "npm": ">=7"
  },
  "files": [
    "dist/*"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/HamedFathi/Beyond-React.git"
  },
  "bugs": {
    "url": "https://github.com/HamedFathi/Beyond-React/issues"
  },
  "homepage": "https://github.com/HamedFathi/Beyond-React#readme",
  "keywords": [
    "react",
    "hooks",
    "templates",
    "ui",
    "components",
    "utilities"
  ],
  "exports": {
    ".": {
      "import": "./dist/beyond-react.es.js",
      "require": "./dist/beyond-react.umd.js"
    }
  },
  "scripts": {
    "build": "tsc && vite build",
    "lint:fix": "eslint --ext .js,.jsx,.ts,.tsx --fix",
    "format:prettier": "prettier --write \"{src,test}/**/*.{ts,tsx,js,mdx}\" --loglevel silent",
    "test": "vitest",
    "test:cov": "vitest run --coverage",
    "build:pack": "npm run test:pack && npm run build",
    "test:pack": "npm run lint:fix && npm run format:prettier && npm run test",
    "lint-format": "npm run lint:fix && npm run format:prettier"
  },
  "dependencies": {
    "react": "^18.2.0",
    "react-dom": "^18.2.0"
  },
  "devDependencies": {
    "@babel/core": "^7.20.12",
    "@testing-library/jest-dom": "^5.16.5",
    "@testing-library/react": "^14.0.0",
    "@testing-library/user-event": "^14.4.3",
    "@types/node": "^18.11.18",
    "@types/react": "^18.0.26",
    "@types/react-dom": "^18.0.9",
    "@types/testing-library__jest-dom": "^5.14.6",
    "@typescript-eslint/eslint-plugin": "^5.0.0",
    "@vitejs/plugin-react": "^3.0.0",
    "@vitest/coverage-v8": "^0.32.0",
    "babel-loader": "^8.3.0",
    "eslint": "^8.0.1",
    "eslint-config-prettier": "^8.6.0",
    "eslint-config-standard-with-typescript": "^31.0.0",
    "eslint-plugin-import": "^2.25.2",
    "eslint-plugin-n": "^15.0.0",
    "eslint-plugin-promise": "^6.0.0",
    "eslint-plugin-react": "^7.32.1",
    "jsdom": "^21.0.0",
    "prettier": "^2.8.3",
    "typescript": "^5.1.3",
    "vite": "^4.3.9",
    "vite-plugin-dts": "^2.3.0",
    "vitest": "^0.32.0"
  },
  "peerDependencies": {
    "react": "^18.2.0",
    "react-dom": "^18.2.0"
  }
}
