29 lines
773 B
JSON
29 lines
773 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:*",
|
|
"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"
|
|
}
|
|
}
|