feat:生成音频
This commit is contained in:
+12
-3
@@ -14,12 +14,14 @@
|
||||
"build": "pnpm -r build",
|
||||
"build:api": "pnpm --filter api build",
|
||||
"build:web": "pnpm --filter web build",
|
||||
"lint": "pnpm -r lint",
|
||||
"lint": "eslint .",
|
||||
"lint:fix": "eslint . --fix",
|
||||
"lint:api": "pnpm --filter api lint",
|
||||
"lint:web": "pnpm --filter web lint",
|
||||
"test": "pnpm -r test",
|
||||
"test:api": "pnpm --filter api test",
|
||||
"format": "pnpm -r format",
|
||||
"format": "prettier --write .",
|
||||
"format:check": "prettier --check .",
|
||||
"format:api": "pnpm --filter api format"
|
||||
},
|
||||
"keywords": [
|
||||
@@ -36,7 +38,14 @@
|
||||
"pnpm": ">=8.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"concurrently": "^9.1.2"
|
||||
"@eslint/js": "^9.18.0",
|
||||
"concurrently": "^9.1.2",
|
||||
"eslint": "^9.18.0",
|
||||
"eslint-config-prettier": "^10.0.1",
|
||||
"eslint-plugin-prettier": "^5.2.3",
|
||||
"globals": "^15.14.0",
|
||||
"prettier": "^3.4.2",
|
||||
"typescript-eslint": "^8.21.0"
|
||||
},
|
||||
"packageManager": "pnpm@10.28.0+sha512.05df71d1421f21399e053fde567cea34d446fa02c76571441bfc1c7956e98e363088982d940465fd34480d4d90a0668bc12362f8aa88000a64e83d0b0e47be48"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user