{ "name": "mx-puppet-vk", "version": "0.6.0", "description": "Matrix <-> VK bridge based on mx-puppet-bridge and VK-IO.", "main": "index.js", "repository": { "type": "git", "url": "https://github.com/innereq/mx-puppet-vk.git" }, "license": "AGPL-3.0-only", "scripts": { "build": "tsc", "lint": "tslint --project ./tsconfig.json -t stylish", "start": "npm run-script build && node ./build/index.js", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Inex Code", "dependencies": { "command-line-args": "^5.1.1", "command-line-usage": "^5.0.5", "js-yaml": "^3.14.1", "mx-puppet-bridge": "^0.1.4", "showdown": "^1.9.1", "tslint": "^5.17.0", "typescript": "^4.3.4", "vk-io": "^4.3.2" }, "devDependencies": { "@types/node": "^12.20.15", "@types/showdown": "^1.9.3" } }