npm-vk-api-sync/package.json
2025-02-02 19:57:32 +03:00

33 lines
757 B
JSON

{
"dependencies": {
"sync-request": "^6.1.0"
},
"name": "vk-api-sync",
"description": "**installation:**\r ```bash\r npm i vk-api-sync\r ```\r ## How to use",
"version": "0.0.3",
"main": "index.js",
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+http://git.fullgream.tech/fullgream/npm-vk-api-sync.git"
},
"keywords": [
"vk_api",
"vkApi",
"requests",
"API",
"vk",
"vkontakte",
"sync"
],
"author": "FullGreaM",
"license": "MIT",
"bugs": {
"url": "http://git.fullgream.tech/fullgream/npm-vk-api-sync/issues"
},
"homepage": "http://git.fullgream.tech/fullgream/npm-vk-api-sync#readme"
}