-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.42 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
{
"name": "@ash0080/hasura-oauth-service",
"version": "1.0.0",
"description": "This is a full-featured OAuth proxy service, It works with hasura to provide users with login, logout and authentication features",
"repository": "https://github.com/ash0080/hasura-oauth-service",
"main": "src/index.js",
"scripts": {
"test": "tap -j1 -R=specy -o report.tap --no-cov --comments test/controllers/metadata.js",
"start": "nodemon src/index.js",
"debug": "node --inspect src/index.js"
},
"keywords": [],
"author": "ash0080",
"license": "MIT",
"dependencies": {
"@ash0080/fastify-hasura": "link:../fastify-hasura",
"@ash0080/one-char-hash": "^1.0.4",
"@mgcrea/fastify-request-logger": "^0.5.2",
"@mgcrea/pino-pretty-compact": "^0.5.0",
"delay": "^5.0.0",
"dotenv": "^10.0.0",
"fastify": "^3.25.3",
"fastify-autoload": "^3.10.0",
"fastify-cron": "^1.2.0",
"fastify-jwt": "^4.1.3",
"fastify-plugin": "^3.0.0",
"fastify-rate-limit": "^5.7.0",
"fastify-redis": "^4.3.3",
"fastify-secure-session": "^3.0.0",
"fastify-sensible": "^3.1.2",
"get-jwks": "^5.0.0",
"grant": "github:simov/grant",
"gravatar": "^1.8.2",
"ioredis": "^4.28.3",
"lodash": "^4.17.21",
"ms": "^2.1.3",
"nanoid": "^3.2.0",
"phin": "^3.6.1",
"plur": "^4.0.0",
"ratelimiter": "^3.4.1",
"simple-get": "^4.0.0"
},
"devDependencies": {
"tap": "^15.1.6"
}
}