Files
aklive2d/packages/assets/package.json
2025-10-05 20:50:22 +08:00

25 lines
689 B
JSON

{
"name": "@aklive2d/assets",
"version": "0.0.0",
"main": "index.ts",
"type": "module",
"license": "MIT",
"dependencies": {
"@aklive2d/config": "workspace:*",
"@aklive2d/libs": "workspace:*",
"@aklive2d/downloader": "workspace:*",
"@aklive2d/operator": "workspace:*",
"@aklive2d/music": "workspace:*"
},
"peerDependencies": {
"typescript": ">=5.9.3"
},
"scripts": {
"build": "mode=build bun runner.ts",
"download:game": "mode=download bun runner.ts",
"lint": "biome lint --write .",
"lint:fix": "biome check --write .",
"build:cleanup": "rm -rf ./dist"
}
}