finish fetch part
Showing
fetch.ts
0 → 100644
... | ... | @@ -5,8 +5,8 @@ |
"main": "build/index.js", | ||
"scripts": { | ||
"build": "tsc", | ||
"fetch": "node build/src/run.js", | ||
"start": "node build/src/run.js" | ||
"fetch": "node build/fetch.js", | ||
"start": "npm run fetch" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
... | ... | @@ -16,12 +16,16 @@ |
"license": "AGPL-3.0", | ||
"dependencies": { | ||
"@marsaud/smb2": "^0.17.1", | ||
"@types/bunyan": "^1.8.6", | ||
"@types/node": "^14.11.2", | ||
"@types/q": "^1.5.4", | ||
"@types/underscore": "^1.10.24", | ||
"bunyan": "^1.8.14", | ||
"iconv-lite": "^0.6.2", | ||
"moment": "^2.29.0", | ||
"posthtml-parser": "^0.5.0", | ||
"promise-mysql": "^4.1.3", | ||
"q": "^1.5.1", | ||
"typescript": "^4.0.3", | ||
"underscore": "^1.11.0", | ||
"yaml": "^1.10.0" | ||
... | ... |
Please register or sign in to comment