{
  "name": "cobe",
  "version": "0.6.5",
  "type": "module",
  "main": "./dist/index.esm.js",
  "files": [
    "dist/**"
  ],
  "types": "./dist/index.d.ts",
  "repository": "shuding/cobe",
  "license": "MIT",
  "scripts": {
    "build:glslx": "glslx src/shader.frag --output=src/shader.min.js --format=js",
    "build:esm": "node scripts/build.js && cp src/index.d.ts dist/index.d.ts",
    "build": "pnpm build:glslx && pnpm build:esm",
    "chrome:debug": "open -na \"Google Chrome\" --args --new-window --disable-frame-rate-limit --user-data-dir=\"/tmp/chrome_dev_session\" --disable-web-security http://localhost:3000/playground"
  },
  "dependencies": {
    "phenomenon": "^1.6.0"
  },
  "devDependencies": {
    "esbuild": "^0.13.14",
    "glslx": "^0.2.13",
    "next": "^12.2.4",
    "nextra": "2.0.0-alpha.50",
    "nextra-theme-docs": "2.0.0-alpha.53",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "typescript": "^4.5.4"
  },
  "packageManager": "pnpm@8.7.0+sha512.1d61f8c10e8a5a5dbfbddea0f1f5efb7dbd5177223073aec953cf230aa46416884b9427a6421dba78f28ad0f93fbede38ba57083237b350243de6b1e3a8ce71d"
}
