-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 986 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "matrix-bot-abstract",
"version": "1.0.0",
"description": "A matrix bot that searches for an abstract for a query using Duck Duck Go",
"main": "./lib/index.js",
"author": "Thomas Gardner",
"license": "GPL-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/tgardner851/matrix-bot-abstract.git"
},
"dependencies": {
"@types/node": "^8.10.34",
"axios": "^0.21.1",
"config": "^2.0.1",
"express": "^4.16.3",
"js-yaml": "^3.13.1",
"matrix-bot-sdk": "^0.3.2",
"matrix-js-snippets": "^0.2.8",
"node-localstorage": "^1.3.1",
"pubsub-js": "^1.7.0",
"random-string": "^0.2.0",
"reflect-metadata": "^0.1.12",
"request": "^2.88.0",
"string-template": "^1.0.0",
"striptags": "^3.1.1",
"umzug": "^2.1.0"
},
"devDependencies": {
"tslint": "^5.11.0",
"typescript": "^3.1.1"
},
"scripts": {
"build": "tsc",
"lint": "tslint --project ./tsconfig.json -t stylish"
}
}