{ "name": "@opencut/effects", "version": "0.0.0", "description": "Effect definitions, shaders, and registry for OpenCut video editor", "main": "./src/index.ts", "types": "./src/index.ts", "exports": { ".": "./src/index.ts" }, "scripts": { "build": "tsup", "dev": "tsup --watch", "test": "bun test" }, "devDependencies": { "@types/bun": "latest", "tsup": "^8.4.0", "typescript": "^5.8.3" } }