This commit is contained in:
Morten Olsen
2021-08-17 23:27:18 +02:00
commit a181db8c49
13 changed files with 2956 additions and 0 deletions

22
package.json Normal file
View File

@@ -0,0 +1,22 @@
{
"name": "aula",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
"axios": "^0.21.1",
"axios-cookiejar-support": "^1.0.1",
"cheerio": "^1.0.0-rc.10",
"qs": "^6.10.1",
"tough-cookie": "^4.0.0"
},
"devDependencies": {
"@types/jest": "^27.0.1",
"@types/qs": "^6.9.7",
"@types/tough-cookie": "^4.0.1",
"dotenv": "^10.0.0",
"jest": "^27.0.6",
"ts-jest": "^27.0.5",
"typescript": "^4.3.5"
}
}