{ "name": "@afilmory/webgl-viewer", "description": "Afilmory WebGL Viewer", "version": "0.2.0", "license": "MIT", "author": "Innei", "type": "module", "exports": { ".": "./src/index.ts" }, "main": "./src/index.ts", "scripts": { "build": "vite build", "type-check": "tsc --noEmit" }, "devDependencies": { "@types/react": "19.2.8", "nbump": "2.1.8", "react": "19.2.3", "tsdown": "0.18.0", "unplugin-dts": "1.0.0-beta.6", "vite": "8.0.0-beta.0" }, "peerDependencies": { "react": ">=19.0.0" }, "packageManager": "pnpm@10.26.2", "publishConfig": { "access": "public", "main": "./dist/index.js", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" } } } }