Files
aklive2d/packages/operator/package.json
2025-10-12 22:01:35 +08:00

30 lines
820 B
JSON

{
"name": "@aklive2d/operator",
"private": true,
"version": "0.0.0",
"main": "index.ts",
"type": "module",
"dependencies": {
"@aklive2d/config": "workspace:*",
"@aklive2d/libs": "workspace:*",
"@aklive2d/official-info": "workspace:*",
"@aklive2d/downloader": "workspace:*",
"unidecode": "^1.1.0",
"yaml": "^2.8.1"
},
"peerDependencies": {
"typescript": ">=5.9.3"
},
"scripts": {
"update": "mode=update bun runner.ts",
"build": "mode=build bun runner.ts",
"init": "mode=init bun runner.ts",
"lint": "biome lint --write .",
"lint:fix": "biome check --write .",
"build:cleanup": "rm -rf ./dist ./data"
},
"devDependencies": {
"@types/unidecode": "^1.1.0"
}
}