matrix-wug/package.json

23 lines
528 B
JSON
Raw Normal View History

2018-12-03 02:12:20 +01:00
{
"name": "vugg",
2019-02-27 01:21:39 +01:00
"version": "1.1.0",
"description": "Language bot for matrix",
2018-12-03 02:12:20 +01:00
"main": "index.js",
"scripts": {
"start": "nodemon --exitcrash --ignore *.sqlite -x ts-node index.ts"
},
"author": "Daniel",
"license": "ISC",
"dependencies": {
2019-02-26 00:10:12 +01:00
"matrix-bot-sdk": "^0.3.2",
2018-12-03 02:12:20 +01:00
"@types/js-yaml": "^3.11.2",
"@types/node": "^10.12.11",
"@types/xregexp": "^3.0.29",
"js-yaml": "^3.12.0",
"ts-node": "^7.0.1",
"typescript": "^3.2.1",
"xregexp": "^4.2.0",
"nodemon": "^1.18.7"
}
}