19 lines
464 B
JSON
19 lines
464 B
JSON
{
|
|
"name": "@aklive2d/official-info",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"main": "index.ts",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@aklive2d/config": "workspace:*",
|
|
"@aklive2d/libs": "workspace:*"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": ">=5.9.3"
|
|
},
|
|
"scripts": {
|
|
"update": "mode=update bun runner.ts",
|
|
"lint": "biome lint --write .",
|
|
"lint:fix": "biome check --write ."
|
|
}
|
|
} |