{ "name": "web-timeplot", "version": "0.1.0", "description": "PixiJS waterfall display with WebGPU/WebGL", "type": "module", "scripts": { "dev": "vite", "build": "vite build", "preview": "vite preview" }, "devDependencies": { "vite": "^5.0.0" }, "dependencies": { "pixi.js": "^8.0.0" } }