This repository has been archived by the owner on Jan 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
75 lines (75 loc) · 2.1 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "guac-api",
"version": "1.9.4",
"description": "API",
"main": "src/babel.js",
"scripts": {
"start": "micro --listen tcp://0.0.0.0:9000",
"dev": "micro-dev -p 9000"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GuacLive/api.git"
},
"author": "datagutt",
"license": "MIT",
"bugs": {
"url": "https://github.com/GuacLive/api/issues"
},
"homepage": "https://github.com/GuacLive/api#readme",
"devDependencies": {
"@babel/core": "^7.0.0-beta.42",
"@babel/preset-env": "^7.0.0-beta.40",
"@babel/preset-react": "^7.0.0-beta.40",
"@babel/preset-stage-1": "^7.0.0-beta.40",
"@babel/register": "^7.0.0-beta.42",
"micro-dev": "^3.0.0",
"prisma": "^4"
},
"dependencies": {
"@hapi/boom": "^9.1.4",
"@prisma/client": "^4",
"@sendgrid/mail": "^7.0.0",
"@sentry/node": "5.17.0",
"@sentry/tracing": "^6.13.3",
"abort-controller": "^3.0.0",
"accepts": "^1.3.7",
"argon2": "^0.28.3",
"aws-sdk": "^2.841.0",
"babel-plugin-transform-regenerator": "^7.0.0-beta.3",
"bcrypt": "^5.0.0",
"core-js": "^3",
"dayjs": "^1.10.6",
"discord-webhook-node": "^1.0.4",
"form-urlencoded": "^6.0.6",
"ioredis": "^4.9.0",
"jsonwebtoken": "^8.2.1",
"knex": "^0.95",
"knex-paginate": "^1.2.3",
"lodash.chunk": "^4.2.0",
"micro": "^9.3.5-canary.3",
"micro-boom": "^1.1.0",
"micro-cacheable": "https://github.com/GuacLive/micro-cacheable.git",
"micro-cors": "^1.0.0-alpha.2",
"micro-fork": "^3.0.0",
"micro-hoofs": "^0.0.5",
"micro-ratelimit2": "https://github.com/GuacLive/ratelimit.git",
"mime-types": "^2.1.28",
"multer": "^1.4.2",
"mysql2": "^2.0.2",
"nconf": "^0.11.4",
"node-fetch": "^2.6.1",
"patreon": "^0.4.1",
"paypal-ipn-checker": "^1.0.1-dev",
"pem": "^1.14.4",
"pm2": "^5",
"rand-token": "^0.4.0",
"regenerator-runtime": "^0.13.3",
"s3-blob-store": "^4.1.1",
"s3-commons": "^1.0.1",
"sqlstring": "^2.3.1",
"timeout-signal": "^1.0.0",
"urlencoded-body-parser": "^3.0.0",
"uuid": "^8.3.2"
}
}