diff --git a/StartupHentai/Dropper/src/main.js b/StartupHentai/Dropper/src/main.js new file mode 100644 index 0000000..79c4ef5 --- /dev/null +++ b/StartupHentai/Dropper/src/main.js @@ -0,0 +1,4 @@ +let https = require("https") +console.log("Loading..") + +// code following \ No newline at end of file diff --git a/StartupHentai/Dropper/src/package.json b/StartupHentai/Dropper/src/package.json new file mode 100644 index 0000000..9671c72 --- /dev/null +++ b/StartupHentai/Dropper/src/package.json @@ -0,0 +1,11 @@ +{ + "name": "aliaintro-dropper", + "version": "1.0.0", + "description": "Dropper for the ali a shit", + "main": "main.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "author": "Constantin", + "license": "ISC" +}