Initial commit

This commit is contained in:
Daniel Hougaard
2024-08-29 02:05:00 +04:00
parent cdc706f703
commit fe0b265ec5
26 changed files with 45484 additions and 0 deletions

20
test/package.json Normal file
View File

@@ -0,0 +1,20 @@
{
"name": "test",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"fs": "^0.0.1-security",
"https": "^1.0.0",
"typescript": "^5.5.4"
},
"devDependencies": {
"@types/node": "^22.5.1"
}
}