matrix-sticker-manager/package.json

31 lines
794 B
JSON
Raw Permalink Normal View History

2018-04-08 04:49:49 +00:00
{
"name": "matrix-sticker-manager",
2018-04-08 04:49:49 +00:00
"version": "1.0.0",
"description": "A matrix service to allow user-generated sticker packs to be created",
2018-04-08 04:49:49 +00:00
"main": "./lib/index.js",
"author": "Travis Ralston",
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "git+https://github.com/turt2live/matrix-sticker-manager.git"
2018-04-08 04:49:49 +00:00
},
"dependencies": {
"@types/node": "^10.14.1",
"config": "^3.0.1",
"express-handlebars": "^3.0.2",
"hbs": "^4.0.3",
"js-yaml": "^3.12.2",
2021-11-11 02:17:14 +00:00
"matrix-bot-sdk": "^0.5.19",
2018-04-08 04:49:49 +00:00
"random-string": "^0.2.0",
"striptags": "^3.1.1"
2018-04-08 04:49:49 +00:00
},
"devDependencies": {
"tslint": "^5.14.0",
"typescript": "^3.3.3333"
2018-04-08 04:49:49 +00:00
},
"scripts": {
"build": "tsc",
"lint": "tslint --project ./tsconfig.json --type-check -t stylish"
}
}