matrix-wug/package.json

23 lines
494 B
JSON
Raw Permalink Normal View History

2018-12-03 02:12:20 +01:00
{
2020-07-20 02:12:17 +02:00
"name": "matrix-wug",
"version": "2.4.3",
2019-02-27 01:21:39 +01:00
"description": "Language bot for matrix",
2018-12-03 02:12:20 +01:00
"main": "index.js",
2020-07-20 02:12:17 +02:00
"bin": "build/index.js",
2018-12-03 02:12:20 +01:00
"scripts": {
2019-02-27 14:36:13 +01:00
"build": "tsc",
"start": "node build/index.js"
2018-12-03 02:12:20 +01:00
},
"author": "Daniel",
2020-07-20 02:12:17 +02:00
"license": "AGPL3",
2018-12-03 02:12:20 +01:00
"dependencies": {
2019-02-26 00:10:12 +01:00
"matrix-bot-sdk": "^0.3.2",
2019-06-25 01:57:52 +02:00
"@types/js-yaml": "^3.12.1",
2018-12-03 02:12:20 +01:00
"@types/node": "^10.12.11",
"@types/xregexp": "^3.0.29",
2019-06-25 01:53:14 +02:00
"js-yaml": "^3.13.1",
2018-12-03 02:12:20 +01:00
"typescript": "^3.2.1",
2019-03-07 02:30:51 +01:00
"xregexp": "^4.2.0"
2018-12-03 02:12:20 +01:00
}
}