More voting stuff, start moving to typescript

This commit is contained in:
Mikah Chapman
2021-03-14 21:02:22 -06:00
parent 4ad8380f55
commit 185789baad
8 changed files with 1697 additions and 32 deletions

View File

@@ -2,7 +2,7 @@
"name": "radioscraper",
"version": "1.0.0",
"description": "",
"main": "index.js",
"main": "index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
@@ -15,5 +15,11 @@
"got": "^11.8.1",
"tmp": "^0.2.1",
"youtube-dl-exec": "^1.0.0"
},
"devDependencies": {
"@types/tmp": "^0.2.0",
"eslint": "^7.21.0",
"mocha": "^8.3.1",
"typescript": "^4.2.3"
}
}