rewrite in typescript

This commit is contained in:
Ethan Lane 2021-12-01 20:32:20 +00:00
parent a3841f5f37
commit f673339d90
Signed by: Vylpes
GPG key ID: EED233CC06D12504
10 changed files with 211 additions and 129 deletions

View file

@ -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"
}
}