-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.22 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.22 KB
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
{
"name": "scanzie-analyzer-api",
"version": "2.0.0",
"description": "Analyze your website's SEO",
"main": "dist/server.js",
"scripts": {
"build": "npm i install && tsc",
"start": "node dist/server.js",
"dev": "nodemon",
"sync:marketing-audience": "ts-node src/scripts/sync-marketing-audience-contacts.ts",
"send:review-form-request-email": "ts-node src/scripts/send-review-form-request-email.ts"
},
"dependencies": {
"@arcjet/inspect": "^1.1.0",
"@arcjet/node": "^1.1.0",
"@neondatabase/serverless": "^1.0.1",
"@types/node": "^22.18.1",
"@types/pg": "^8.15.5",
"axios": "^1.11.0",
"bullmq": "^5.58.5",
"cheerio": "^1.1.2",
"cors": "^2.8.5",
"dotenv": "^17.2.2",
"drizzle-orm": "^0.44.5",
"express": "^4.21.2",
"install": "^0.13.0",
"ioredis": "^5.7.0",
"nodemailer": "^7.0.6",
"nodemon": "^3.1.10",
"pg": "^8.16.3",
"resend": "^6.9.4",
"uuid": "^13.0.0"
},
"devDependencies": {
"@types/cheerio": "^0.22.35",
"@types/cors": "^2.8.19",
"@types/express": "^5.0.3",
"@types/ioredis": "^4.28.10",
"@types/nodemailer": "^6.4.23",
"ts-node": "^10.9.2",
"typescript": "^5.6.2"
},
"author": "",
"license": "ISC"
}