{ "name": "@pascal-app/nodes", "version": "0.1.0", "description": "Built-in node bundles for the Pascal 3D editor — one folder per kind, exported as `builtinPlugin`", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "default": "./dist/index.js" } }, "files": [ "dist", "README.md" ], "scripts": { "build": "tsc --build", "dev": "tsc --build --watch", "test": "bun test", "prepublishOnly": "bun run build && bun test" }, "peerDependencies": { "@pascal-app/core": "^0.8.0", "@pascal-app/editor": "^0.8.0", "@pascal-app/viewer": "^0.8.0", "@react-three/drei": "^10", "@react-three/fiber": "^9", "lucide-react": "^1", "react": "^18 || ^19", "three": "^0.184", "zustand": "^5" }, "devDependencies": { "@pascal-app/core": "^0.8.0", "@pascal-app/editor": "^0.8.0", "@pascal-app/viewer": "^0.8.0", "@pascal/typescript-config": "*", "@types/bun": "^1.3.0", "@types/node": "^22.19.12", "@types/react": "^19.2.2", "@types/three": "^0.184.0", "typescript": "6.0.3" }, "keywords": [ "pascal", "3d", "editor", "node-registry" ], "repository": { "type": "git", "url": "https://github.com/pascalorg/editor.git", "directory": "packages/nodes" }, "license": "MIT", "homepage": "https://github.com/pascalorg/editor/tree/main/packages/nodes#readme", "bugs": "https://github.com/pascalorg/editor/issues" }