mx-puppet-vk/package.json

33 lines
875 B
JSON
Raw Normal View History

2020-11-02 14:48:22 +00:00
{
"name": "mx-puppet-vk",
2021-06-21 16:20:19 +00:00
"version": "0.5.2",
2021-01-22 20:32:58 +00:00
"description": "Matrix <-> VK bridge based on mx-puppet-bridge and VK-IO.",
2020-11-02 14:48:22 +00:00
"main": "index.js",
2021-06-21 16:20:19 +00:00
"repository": {
"type" : "git",
"url" : "https://github.com/innereq/mx-puppet-vk.git"
},
"license": "AGPL-3.0-only",
2020-11-02 14:48:22 +00:00
"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",
2021-01-22 20:32:58 +00:00
"js-yaml": "^3.14.1",
"mx-puppet-bridge": "^0.1.4",
2020-11-20 08:45:31 +00:00
"showdown": "^1.9.1",
2020-11-02 14:48:22 +00:00
"tslint": "^5.17.0",
2021-06-21 16:20:19 +00:00
"typescript": "^4.3.4",
"vk-io": "^4.3.1"
2020-11-02 14:48:22 +00:00
},
"devDependencies": {
2021-06-21 16:20:19 +00:00
"@types/node": "^12.20.15",
2020-11-20 08:45:31 +00:00
"@types/showdown": "^1.9.3"
2020-11-02 14:48:22 +00:00
}
}