-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 879 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 879 Bytes
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
{
"name": "api",
"version": "1.0.0",
"description": "**GET** `/feeds`\r This will return all the feeds setup.",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/discordfeeds/api.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://gitlab.com/discordfeeds/api/issues"
},
"homepage": "https://gitlab.com/discordfeeds/api#readme",
"dependencies": {
"@sentry/node": "^7.29.0",
"axios": "^1.4.0",
"body-parser": "^1.19.0",
"btoa": "^1.2.1",
"cors": "^2.8.5",
"eris": "^0.17.2",
"express": "^4.17.1",
"ioredis": "^5.3.2",
"jsonwebtoken": "^9.0.0",
"mongodb": "^5.5.0",
"stripe": "^12.5.0",
"superagent": "^8.0.9",
"twitter": "^1.7.1",
"winston": "^3.8.1"
}
}