26 lines
716 B
JSON
26 lines
716 B
JSON
{
|
|
"name": "@aklive2d/background",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"main": "index.ts",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"sharp": "^0.33.5",
|
|
"@aklive2d/libs": "workspace:*",
|
|
"@aklive2d/config": "workspace:*",
|
|
"@aklive2d/music": "workspace:*",
|
|
"@aklive2d/eslint-config": "workspace:*",
|
|
"@aklive2d/prettier-config": "workspace:*"
|
|
},
|
|
"peerDependencies": {
|
|
"globals": ">=16.0.0",
|
|
"typescript-eslint": ">=8.31.1",
|
|
"typescript": ">=5.8.2"
|
|
},
|
|
"scripts": {
|
|
"build": "mode=build bun runner.js",
|
|
"lint": "eslint && prettier --check .",
|
|
"build:cleanup": "rm -rf ./dist ./data"
|
|
}
|
|
}
|