-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.14 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.14 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
{
"name": "whatsappapi",
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/KatryelMenezesDev/WhatsappAPI.git",
"author": "Katryel Menezes <katryelmenezesvieira14@gmail.com>",
"license": "MIT",
"scripts": {
"dev": "tsnd -r tsconfig-paths/register --exit-child --respawn --transpile-only --ignore-watch node_modules src/server.ts",
"build": "tsup src/",
"start": "tsx ./dist/server.js"
},
"dependencies": {
"celebrate": "^15.0.3",
"dotenv": "^16.4.5",
"express": "^4.21.1",
"morgan": "^1.10.0",
"sqlite3": "^5.1.7",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.1",
"uuid": "^11.0.3",
"whatsapp-web.js": "^1.26.0",
"yamljs": "^0.3.0"
},
"devDependencies": {
"@types/express": "^4.17.21",
"@types/joi": "^17.2.3",
"@types/morgan": "^1.9.9",
"@types/node": "^20.8.5",
"tsup": "^8.3.5",
"@types/swagger-jsdoc": "^6.0.2",
"@types/swagger-ui-express": "^4.1.5",
"@typescript-eslint/parser": "^6.7.5",
"ts-node": "^10.9.1",
"ts-node-dev": "^2.0.0",
"tsconfig-paths": "^4.2.0",
"tsx": "^3.13.0",
"typescript": "5.3"
}
}