fix(depend): add missing module before run build script
All checks were successful
Build / build (pull_request) Successful in 1m16s
All checks were successful
Build / build (pull_request) Successful in 1m16s
This commit is contained in:
parent
f5c1b83598
commit
edb42cee0d
@ -27,6 +27,7 @@
|
|||||||
"license": "GNU",
|
"license": "GNU",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"body-parser": "^2.2.0",
|
||||||
"chokidar": "^4.0.3",
|
"chokidar": "^4.0.3",
|
||||||
"crc-32": "^1.2.2",
|
"crc-32": "^1.2.2",
|
||||||
"express": "^5",
|
"express": "^5",
|
||||||
@ -50,6 +51,7 @@
|
|||||||
"typescript": "^5.7"
|
"typescript": "^5.7"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"@types/body-parser": "^1.19.6",
|
||||||
"@typescript-eslint/eslint-plugin": "^8.28.0",
|
"@typescript-eslint/eslint-plugin": "^8.28.0",
|
||||||
"@typescript-eslint/parser": "^8.28.0",
|
"@typescript-eslint/parser": "^8.28.0",
|
||||||
"eslint": "^8",
|
"eslint": "^8",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user