forked from nhost/hasura-auth
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
154 lines (154 loc) · 4.6 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
{
"name": "hasura-auth",
"license": "MIT",
"repository": {
"url": "git://github.com/nhost/hasura-auth.git",
"type": "git"
},
"version": "0.19.1",
"main": "dist/start.js",
"scripts": {
"preinstall": "npx only-allow pnpm",
"build": "rimraf dist && tsc --project tsconfig.build.json && tsc-alias",
"start": "node ./dist/start.js",
"lint": "eslint --ext .ts .",
"lint:fix": "npm run lint --fix",
"dev": "run-p dev:start codegen:watch",
"codegen": "dotenv graphql-codegen -- --config graphql.config.js",
"codegen:watch": "dotenv graphql-codegen -- --config graphql.config.js --watch",
"dev:start": "ts-node-dev -r tsconfig-paths/register --respawn --clear --unhandled-rejections=strict src/start.ts",
"test": "AUTH_LOG_LEVEL=error jest --runInBand",
"test:watch": "AUTH_LOG_LEVEL=error jest --runInBand --watch",
"ci:version": "changeset version && pnpm install --frozen-lockfile false",
"changeset": "changeset"
},
"dependencies": {
"@djgrant/postgres-migrations": "^4.1.0-rc.1",
"@simplewebauthn/server": "^5.3.0",
"axios": "0.21.1",
"bcryptjs": "^2.4.3",
"body-parser": "1.19.0",
"compare-urls": "^2.0.0",
"cors": "2.8.5",
"dot-prop": "^6.0.1",
"dotenv": "8.2.0",
"email-templates": "7.0.4",
"email-validator": "^2.0.4",
"express": "4.17.1",
"express-jsdoc-swagger": "^1.6.7",
"express-session": "^1.17.3",
"express-winston": "^4.2.0",
"grant": "^5.4.21",
"graphql": "16.2.0",
"graphql-request": "^3.7.0",
"graphql-tag": "2.12.6",
"gravatar": "^1.8.1",
"helmet": "3.22.0",
"hibp": "9.0.0",
"http-status-codes": "^2.2.0",
"joi": "^17.4.0",
"joi-to-swagger": "^6.0.1",
"jose": "4.8.3",
"js-yaml": "3.13.1",
"json-to-graphql-query": "^2.2.0",
"jsonata": "^1.8.5",
"jsonwebtoken": "^8.5.1",
"libphonenumber-js": "^1.10.6",
"micromatch": "^4.0.5",
"nocache": "^2.1.0",
"node-fetch": "^2.6.1",
"nodemailer": "6.4.16",
"otplib": "12.0.1",
"pascal-case": "^3.1.2",
"pg": "^8.6.0",
"postinstall-postinstall": "^2.1.0",
"qrcode": "1.4.4",
"random-number-csprng": "^1.0.2",
"twilio": "^3.67.1",
"url-join": "^4.0.1",
"uuid": "7.0.3",
"winston": "^3.8.2"
},
"devDependencies": {
"@changesets/cli": "^2.25.2",
"@commitlint/cli": "^16.0.2",
"@commitlint/config-conventional": "^16.0.0",
"@graphql-codegen/add": "^3.1.1",
"@graphql-codegen/cli": "^2.13.7",
"@graphql-codegen/typescript": "^2.8.0",
"@graphql-codegen/typescript-graphql-request": "^4.5.7",
"@graphql-codegen/typescript-operations": "^2.5.5",
"@simplewebauthn/typescript-types": "^5.3.0",
"@types/bcryptjs": "^2.4.2",
"@types/body-parser": "1.19.0",
"@types/cors": "2.8.6",
"@types/ejs": "3.0.2",
"@types/email-templates": "7.0.1",
"@types/express": "4.17.6",
"@types/express-session": "^1.17.5",
"@types/faker": "^5.5.7",
"@types/gravatar": "^1.8.1",
"@types/hapi__joi": "16.0.12",
"@types/helmet": "0.0.45",
"@types/jest": "^27.4.0",
"@types/micromatch": "^4.0.2",
"@types/jsonwebtoken": "^8.5.9",
"@types/node": "^17.0.9",
"@types/node-fetch": "^2.5.7",
"@types/nodemailer": "6.4.0",
"@types/pg": "^7.14.11",
"@types/qrcode": "1.3.4",
"@types/random-number-csprng": "^1.0.0",
"@types/rfc2047": "^2.0.1",
"@types/supertest": "^2.0.8",
"@types/swagger-ui-express": "^4.1.3",
"@types/url-join": "^4.0.1",
"@types/uuid": "7.0.2",
"@typescript-eslint/eslint-plugin": "2.28.0",
"@typescript-eslint/parser": "2.28.0",
"@vuepress/plugin-back-to-top": "1.4.1",
"codecov": "^3.7.1",
"commitizen": "^4.2.4",
"cz-conventional-changelog": "3.1.0",
"dotenv-cli": "^4.1.1",
"eslint": "6.8.0",
"eslint-config-prettier": "6.10.1",
"eslint-plugin-jest": "23.8.2",
"eslint-plugin-prettier": "3.1.3",
"faker": "^5.5.3",
"get-port": "^5.1.1",
"git-cz": "^4.8.0",
"husky": "^7.0.4",
"jest": "^27.4.7",
"jest-extended": "0.11.5",
"lint-staged": "10.1.3",
"npm-run-all": "^4.1.5",
"prettier": "^2.3.2",
"rfc2047": "^3.0.1",
"rimraf": "^3.0.2",
"supertest": "^6.1.6",
"ts-jest": "^27.1.3",
"ts-node-dev": "^1.1.8",
"tsc-alias": "^1.5.0",
"tsconfig-paths": "3.12.0",
"typescript": "4.5.4"
},
"engines": {
"node": ">=16 <17"
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
],
"rules": {
"subject-case": [
2,
"never",
[
"start-case",
"pascal-case"
]
]
}
}
}