generated from hansputera/node-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.26 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
{
"name": "treasent",
"version": "0.0.1",
"description": "Treat n Sent WhatsApp Bot Service",
"main": "./dist/index.js",
"scripts": {
"prepare": "node preinstall.js --max-old-space-size=10M",
"lint": "biome lint --write ./src",
"format": "biome format --write ./src",
"build": "tsup",
"hook": "node hook.js --max-old-space-size=50M",
"start": "dotenvx run -- node ./dist/index.js"
},
"type": "module",
"keywords": [
"treasent"
],
"author": {
"name": "Hanif Dwy Putra S",
"email": "[email protected]"
},
"license": "MIT",
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@swc/core": "^1.7.42",
"@types/node": "^20.17.5",
"husky": "^8.0.3",
"is-ci": "^3.0.1",
"is-git-dirty": "^2.0.2",
"tsup": "^8.3.5",
"typescript": "^5.6.3"
},
"dependencies": {
"@dotenvx/dotenvx": "^1.21.1",
"@hono/node-server": "^1.13.4",
"@whiskeysockets/baileys": "^6.7.9",
"avvio": "^9.1.0",
"chartjs-node-canvas": "^4.1.6",
"cheerio": "^1.0.0",
"d3": "^7.9.0",
"dayjs": "^1.11.13",
"gampang": "^2.3.5",
"got": "^14.4.3",
"hono": "^4.6.8",
"ioredis": "^5.4.1",
"pretty-bytes": "^6.1.1",
"sharp": "^0.33.5",
"strip-final-newline": "^4.0.0"
}
}