-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 924 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 924 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
36
37
38
39
{
"name": "open-authenticator-backend",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"build": "nitro build",
"dev": "nitro dev",
"preview": "nitro preview",
"start": "node .output/server/index.mjs"
},
"imports": {
"#*": "./*"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@stylistic/eslint-plugin": "^5.10.0",
"@types/ms": "^2.1.0",
"@types/nodemailer": "^8.0.0",
"@types/semver": "^7.7.1",
"eslint": "^10.2.0",
"globals": "^17.5.0",
"typescript-eslint": "^8.58.2"
},
"dependencies": {
"@puzzmo/revenue-cat-webhook-types": "^1.1.0",
"@sentry/core": "^10.48.0",
"arctic": "^3.7.0",
"dotenv": "^17.4.2",
"jiti": "^2.6.1",
"jose": "^6.2.2",
"ms": "^2.1.3",
"nitro": "3.0.260415-beta",
"nodemailer": "8.0.5",
"semver": "^7.7.4",
"smob": "^1.6.1",
"worker-mailer": "^1.2.1"
}
}