-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.65 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.65 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
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "wapix",
"version": "1.0.0",
"description": "",
"main": "dist/index.js",
"scripts": {
"start": "npm run build && node dist/index.js",
"dev": "nodemon --watch src --ext \"ts,js,handlebars\" --exec \"ts-node -r tsconfig-paths/register src/index.ts\"",
"clean": "rimraf dist",
"build": "npm run clean && tsc && tsc-alias && npm run copy-assets",
"copy-assets": "copyfiles -u 1 \"src/views/**/*.handlebars\" dist/ && copyfiles -u 1 \"src/public/**/*\" dist/",
"format": "npx prettier . --write",
"prepare": "husky"
},
"devDependencies": {
"@types/express": "^5.0.3",
"@types/node": "^24.9.1",
"@types/pino": "^7.0.4",
"@types/swagger-jsdoc": "^6.0.4",
"@types/swagger-ui-express": "^4.1.8",
"copyfiles": "^2.4.1",
"dotenv": "^17.2.3",
"eslint": "^9.38.0",
"express": "^5.1.0",
"husky": "^9.1.7",
"install": "^0.13.0",
"nodemon": "^3.1.10",
"npm": "^10.9.4",
"pino-pretty": "^13.1.2",
"prettier": "^3.6.2",
"rimraf": "^5.0.10",
"ts-node": "^10.9.2",
"tsc-alias": "^1.8.16",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.9.3"
},
"private": true,
"dependencies": {
"@types/qrcode": "^1.5.5",
"axios": "^1.12.2",
"bull": "^4.16.5",
"express-handlebars": "^7.1.3",
"handlebars": "^4.7.8",
"Install": "npm:install@^0.13.0",
"pg": "^8.16.3",
"pino": "^10.1.0",
"pino-http": "^11.0.0",
"qrcode": "^1.5.4",
"reflect-metadata": "^0.2.2",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.1",
"timeago.js": "^4.0.2",
"tsyringe": "^4.10.0",
"typeorm": "^0.3.27",
"whatsapp-web.js": "^1.34.1"
}
}