mx-puppet-vk/package.json

28 lines
744 B
JSON
Raw Normal View History

2020-11-02 14:48:22 +00:00
{
"name": "mx-puppet-vk",
"version": "0.5.1",
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",
"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-01-22 20:32:58 +00:00
"typescript": "^4.1.3",
"vk-io": "^4.1.2"
2020-11-02 14:48:22 +00:00
},
"devDependencies": {
2021-01-22 20:32:58 +00:00
"@types/node": "^12.19.15",
2020-11-20 08:45:31 +00:00
"@types/showdown": "^1.9.3"
2020-11-02 14:48:22 +00:00
}
}