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

25 lines
667 B
JSON

{
"name": "@aklive2d/vite-helpers",
"private": true,
"version": "0.0.0",
"license": "MIT",
"main": "index.ts",
"type": "module",
"dependencies": {
"@aklive2d/operator": "workspace:*",
"@aklive2d/assets": "workspace:*",
"@aklive2d/libs": "workspace:*",
"@aklive2d/config": "workspace:*",
"@aklive2d/music": "workspace:*",
"@aklive2d/background": "workspace:*",
"@aklive2d/charword-table": "workspace:*"
},
"peerDependencies": {
"typescript": ">=5.9.3"
},
"scripts": {
"lint": "biome lint --write .",
"lint:fix": "biome check --write ."
}
}