rewrite in typescript
This commit is contained in:
parent
a3841f5f37
commit
f673339d90
10 changed files with 211 additions and 129 deletions
|
@ -17,9 +17,11 @@
|
|||
],
|
||||
"dependencies": {
|
||||
"glob-parent": "^6.0.0",
|
||||
"node-fetch": "^2.6.1"
|
||||
"node-fetch": "^3.1.0"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
"start": "ts-node app.ts",
|
||||
"test": "echo none",
|
||||
"lint": "eslint ."
|
||||
},
|
||||
|
@ -29,6 +31,7 @@
|
|||
"devDependencies": {
|
||||
"@types/node": "^16.11.11",
|
||||
"eslint": "^7.17.0",
|
||||
"ts-node": "^10.4.0",
|
||||
"typescript": "^4.5.2"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue