* feat: migrate top turbo * ci: ci test * fix: fix codeql issues * feat: ci test * chore: lint * chore: misc changes * feat: rename vite helpers * feat: use fetch to handle assets * feat: update directory * feat: fetch charword table * feat: migrate download game data and detect missing voice files * feat: symlink relative path * feat: finish wrangler upload * feat: migrate wrangler download * feat: finish * chore: auto update * ci: update ci * ci: update ci --------- Co-authored-by: Halyul <Halyul@users.noreply.github.com>
22 lines
670 B
JSON
22 lines
670 B
JSON
{
|
|
"name": "@aklive2d/project-json",
|
|
"version": "0.0.0",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@aklive2d/libs": "workspace:*",
|
|
"@aklive2d/eslint-config": "workspace:*",
|
|
"@aklive2d/config": "workspace:*",
|
|
"@aklive2d/operator": "workspace:*",
|
|
"@aklive2d/background": "workspace:*",
|
|
"@aklive2d/charword-table": "workspace:*",
|
|
"@aklive2d/music": "workspace:*",
|
|
"@aklive2d/prettier-config": "workspace:*"
|
|
},
|
|
"scripts": {
|
|
"build": "mode=build node runner.js",
|
|
"lint": "eslint \"*.js\" \"**/*.js\" && prettier --check ."
|
|
}
|
|
}
|