Files
aklive2d/packages/assets/package.json
2025-05-02 02:27:42 +08:00

28 lines
826 B
JSON

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