22 lines
459 B
JSON
22 lines
459 B
JSON
{
|
|
"name": "vugg",
|
|
"version": "1.1.0",
|
|
"description": "Language bot for matrix",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"start": "node build/index.js"
|
|
},
|
|
"author": "Daniel",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"matrix-bot-sdk": "^0.3.2",
|
|
"@types/js-yaml": "^3.11.2",
|
|
"@types/node": "^10.12.11",
|
|
"@types/xregexp": "^3.0.29",
|
|
"js-yaml": "^3.12.0",
|
|
"typescript": "^3.2.1",
|
|
"xregexp": "^4.2.0"
|
|
}
|
|
}
|