This commit is contained in:
2020-11-13 09:42:04 +01:00
commit 4b263e54fa
48 changed files with 17734 additions and 0 deletions

14
attack/package.json Normal file
View File

@@ -0,0 +1,14 @@
{
"name": "attack",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.21.0"
}
}