Files
aklive2d/packages/operator/package.json
Haoyu Xu d6e7bc20d3 feat: migrate to turbo (#22)
* 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>
2025-02-22 15:11:30 +08:00

21 lines
600 B
JSON

{
"name": "@aklive2d/operator",
"private": true,
"version": "0.0.0",
"main": "index.js",
"type": "module",
"dependencies": {
"yaml": "^2.7.0",
"@aklive2d/libs": "workspace:*",
"@aklive2d/config": "workspace:*",
"@aklive2d/official-info": "workspace:*",
"@aklive2d/eslint-config": "workspace:*",
"@aklive2d/prettier-config": "workspace:*"
},
"scripts": {
"build": "mode=build node runner.js",
"init": "mode=init node runner.js",
"lint": "eslint \"*.js\" \"**/*.js\" && prettier --check ."
}
}