nodevk-ts
Version:
Simple Node.js module that allows you to interact with the VKontakte API.
31 lines (30 loc) • 840 B
JSON
{
"name": "nodevk-ts",
"version": "0.2.3",
"description": "Simple Node.js module that allows you to interact with the VKontakte API.",
"keywords": [
"vk",
"vkontakte",
"вк",
"вконтакте",
"typescript"
],
"main": "lib/app.js",
"type": "module",
"dependencies": {},
"devDependencies": {
"@types/node": "^14.17.3"
},
"scripts": {
"patch": "tsc -p tsconfig.json & npm version patch & npm publish",
"minor": "tsc -p tsconfig.json & npm version minor & npm publish",
"major": "tsc -p tsconfig.json & npm version major & npm publish",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "WolfTeam",
"repository": {
"type": "git",
"url": "https://github.com/Wolf-Team/NodeVK-TypeScript.git"
},
"license": "MIT"
}