18 lines
369 B
JSON
18 lines
369 B
JSON
{
|
|
"name": "@aklive2d/config",
|
|
"version": "0.0.0",
|
|
"main": "index.ts",
|
|
"type": "module",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@aklive2d/libs": "workspace:*"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": ">=5.9.3"
|
|
},
|
|
"scripts": {
|
|
"lint": "biome lint --write .",
|
|
"lint:fix": "biome check --write ."
|
|
}
|
|
}
|