{
  "name": "@p5-wrapper/next",
  "description": "A NextJS specific library for the @P5-Wrapper/react project.",
  "version": "1.0.3",
  "type": "module",
  "homepage": "https://github.com/P5-wrapper/next",
  "license": "MIT",
  "types": "dist/main.d.ts",
  "files": [
    "dist"
  ],
  "main": "./dist/next.umd.cjs",
  "module": "./dist/next.js",
  "exports": {
    ".": {
      "import": "./dist/next.js",
      "types": "./dist/main.d.ts",
      "require": "./dist/next.umd.cjs"
    }
  },
  "scripts": {
    "dev": "vite",
    "build": "rimraf dist && tsc && vite build",
    "preview": "vite preview"
  },
  "keywords": [
    "react",
    "react-component",
    "p5",
    "processing",
    "next",
    "nextjs",
    "typescript"
  ],
  "author": {
    "name": "James Robb",
    "url": "https://github.com/jamesrweb"
  },
  "contributors": [],
  "repository": {
    "type": "git",
    "url": "https://github.com/P5-wrapper/next.git"
  },
  "bugs": {
    "url": "https://github.com/P5-wrapper/next/issues"
  },
  "peerDependencies": {
    "@p5-wrapper/react": ">= 4.2.0",
    "next": ">= 12.3.4",
    "react": ">= 18.2.0",
    "react-dom": ">= 18.2.0"
  },
  "devDependencies": {
    "@types/node": "^20.12.5",
    "@types/react": "^18.2.74",
    "@types/react-dom": "^18.2.24",
    "@vitejs/plugin-react": "^4.2.1",
    "rimraf": "^5.0.5",
    "typescript": "^5.4.4",
    "vite": "^5.2.8",
    "vite-plugin-dts": "^3.8.1"
  }
}
