{ "name": "pixi-demo", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "check": "taze major", "dev": "vite --host", "build": "vite build" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "@pixi/sound": "^4.3.0", "@tweenjs/tween.js": "^18.6.4", "pixi.js": "^6.5.3", "vite": "^2.9.15", "vite-tsconfig-paths": "^3.5.0" }, "devDependencies": { "typescript": "^4.8.3" } }