{
  "name": "pranks",
  "version": "1.1.0",
  "description": "A collection of fun pranks for web pages",
  "author": "Andre Vitorio <andre@vitorio.net>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/avitorio/pranks.git"
  },
  "homepage": "https://pranksjs.vercel.app",
  "type": "module",
  "main": "dist/index.cjs",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs",
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./hacker": {
      "import": "./dist/pranks/hacker/index.mjs",
      "require": "./dist/pranks/hacker/index.cjs",
      "types": "./dist/pranks/hacker/index.d.ts",
      "default": "./dist/pranks/hacker/index.js"
    },
    "./rotation": {
      "import": "./dist/pranks/rotation/index.mjs",
      "require": "./dist/pranks/rotation/index.cjs",
      "types": "./dist/pranks/rotation/index.d.ts",
      "default": "./dist/pranks/rotation/index.js"
    }
  },
  "files": [
    "dist"
  ],
  "keywords": [
    "prank",
    "hack",
    "fun",
    "animation",
    "rotation"
  ],
  "devDependencies": {
    "@rollup/plugin-typescript": "^11.1.6",
    "@types/react": "^18.2.64",
    "@types/react-dom": "^18.2.21",
    "@vitejs/plugin-react": "^4.2.1",
    "rollup": "^4.12.0",
    "rollup-plugin-delete": "^3.0.1",
    "typescript": "^5.3.3",
    "vite": "^6.0.0"
  },
  "dependencies": {
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-router-dom": "^7.5.3",
    "tslib": "^2.8.1"
  },
  "scripts": {
    "build": "rollup -c",
    "dev": "vite",
    "demo": "vite"
  }
}