matrix-wug/package.json

23 lines
532 B
JSON
Raw Normal View History

2018-12-03 02:12:20 +01:00
{
"name": "vugg",
"version": "1.0.0",
"description": "conniebot clone for matrix",
"main": "index.js",
"scripts": {
"start": "nodemon --exitcrash --ignore *.sqlite -x ts-node index.ts"
},
"author": "Daniel",
"license": "ISC",
"dependencies": {
"matrix-bot-sdk": "^0.1.16",
"@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"
}
}