Files
aklive2d/packages/config/package.json
2025-10-05 20:50:22 +08:00

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 ."
}
}