{ "name": "@aklive2d/background", "private": true, "version": "0.0.0", "main": "index.ts", "type": "module", "dependencies": { "sharp": "^0.34.5", "@aklive2d/libs": "workspace:*", "@aklive2d/config": "workspace:*" }, "peerDependencies": { "typescript": ">=5.9.3" }, "scripts": { "build": "mode=build bun runner.js", "lint": "biome lint --write .", "lint:fix": "biome check --write .", "build:cleanup": "rm -rf ./dist ./data" } }