-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.36 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
{
"name": "backendes",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "nodemon src/index.ts",
"postinstall": "tsc && npx prisma migrate deploy",
"heroku-postbuild": "bash postbuild.bash",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/folkibr/backendes.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/folkibr/backendes/issues"
},
"homepage": "https://github.com/folkibr/backendes#readme",
"dependencies": {
"@prisma/client": "^5.8.1",
"@types/jsonwebtoken": "^9.0.5",
"aws-sdk": "^2.1555.0",
"bullmq": "^5.1.5",
"cheerio": "^1.0.0-rc.12",
"cors": "^2.8.5",
"express": "^4.18.2",
"jsonwebtoken": "^9.0.2",
"mixpanel": "^0.18.0",
"node-fetch": "^3.3.2",
"promise-limit": "^2.7.0",
"promise-retry": "^2.0.1",
"puppeteer": "^22.14.0",
"puppeteer-extra": "^3.3.6",
"ts-node": "^10.9.2"
},
"devDependencies": {
"@types/bull": "^4.10.0",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/jest": "^29.5.11",
"@types/node": "^20.11.5",
"@types/promise-retry": "^1.1.6",
"nodemon": "^3.0.3",
"prisma": "^5.8.1",
"typescript": "^5.3.3"
},
"engines": {
"node": "18"
}
}