forked from RiiConnect24/RiiTag
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 920 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
38
39
{
"name": "rc24-tag",
"version": "0.0.1",
"description": "Tag generation for RC24",
"main": "app.js",
"scripts": {
"test": "node src/index.js",
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RiiConnect24/riitag.git"
},
"keywords": [
"rc24"
],
"author": "bendevnull",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/RiiConnect24/riitag/issues"
},
"homepage": "https://github.com/RiiConnect24/riitag#readme",
"dependencies": {
"@sentry/node": "^6.13.2",
"axios": "^0.21.4",
"body-parser": "^1.19.0",
"canvas": "^2.8.0",
"connect-datadog": "^0.0.9",
"dd-trace": "^1.4.1",
"express": "^4.17.1",
"express-session": "^1.17.2",
"passport": "^0.5.0",
"passport-discord": "^0.1.3",
"pug": "^3.0.2",
"request": "^2.88.2",
"sqlite3": "^4.2.0",
"xml": "^1.0.1"
}
}