Files
aklive2d/packages/background/package.json
2025-10-05 18:39:22 +08:00

22 lines
578 B
JSON

{
"name": "@aklive2d/background",
"private": true,
"version": "0.0.0",
"main": "index.ts",
"type": "module",
"dependencies": {
"sharp": "^0.34.4",
"@aklive2d/libs": "workspace:*",
"@aklive2d/config": "workspace:*",
"@aklive2d/music": "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"
}
}