add typeorm in external-node-runtime-dependencies

This commit is contained in:
geekgeekrun
2024-03-20 09:42:32 +08:00
parent 4f7e748a19
commit af92ef6718
4 changed files with 733 additions and 5 deletions

View File

@@ -4,8 +4,7 @@
"description": "",
"main": "index.cjs",
"module": "index.mjs",
"scripts": {
},
"scripts": {},
"author": "",
"license": "ISC",
"dependencies": {
@@ -13,7 +12,8 @@
"find-chrome-bin": "^2.0.1",
"puppeteer": "20.1.0",
"puppeteer-extra": "3.3.6",
"puppeteer-extra-plugin-stealth": "2.11.2"
"puppeteer-extra-plugin-stealth": "2.11.2",
"typeorm": "^0.3.20"
},
"packageManager": "npm"
}