Add files via upload

This commit is contained in:
andrewkydev1
2020-10-06 16:10:32 +03:00
committed by GitHub
parent 77b28175c9
commit 9e755edeb1
4 changed files with 5673 additions and 0 deletions

20
package.json Normal file
View File

@@ -0,0 +1,20 @@
{
"name": "manager",
"version": "1.0.0",
"description": "VK Manager bot by Kalimatorniy UID",
"main": "manager.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "'Kalimatorniy'uid'",
"license": "ISC",
"dependencies": {
"fs": "0.0.1-security",
"prequest": "^1.0.0",
"request": "^2.88.0",
"sync-request": "^6.0.0",
"tiny_request": "^1.0.13",
"vk-io": "^4.0.0-rc.17"
},
"devDependencies": {}
}