mirror of
https://github.com/easychen/checkchan-dist.git
synced 2026-08-30 18:01:47 +08:00
30 lines
669 B
JSON
Executable File
30 lines
669 B
JSON
Executable File
{
|
|
"name": "api",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@expo/spawn-async": "^1.6.0",
|
|
"body-parser": "^1.20.0",
|
|
"connect-timeout": "^1.9.0",
|
|
"cors": "^2.8.5",
|
|
"cross-fetch": "^3.1.5",
|
|
"dayjs": "^1.11.2",
|
|
"express": "^4.18.1",
|
|
"form-data": "^4.0.0",
|
|
"html-encoding-sniffer": "^3.0.0",
|
|
"ip": "^1.1.8",
|
|
"js-base64": "^3.7.2",
|
|
"jsdom": "^19.0.0",
|
|
"json-query": "^2.2.2",
|
|
"multer": "^1.4.4",
|
|
"puppeteer-core": "^14.2.0",
|
|
"rss-parser": "^3.12.0",
|
|
"timeout-signal": "^1.1.0",
|
|
"turndown": "^7.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"nodemon": "^2.0.16"
|
|
}
|
|
}
|