-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1.02 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
{
"name": "bento-custom-domain",
"version": "1.0.0",
"description": "",
"main": "src/index.ts",
"scripts": {
"start": "pm2 start src/index.ts --name bento && pm2 save && pm2 logs",
"f": "prettier --write \"**/*.*\"",
"dev": "bun --watch run src/index.ts"
},
"author": "vikshan",
"license": "ISC",
"dependencies": {
"@elysiajs/cors": "^1.1.1",
"@elysiajs/html": "latest",
"bun": "^1.1.36",
"elysia": "^1.1.25",
"pino": "^9.5.0",
"pino-pretty": "^13.0.0",
"pm2": "^5.4.3"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^13.0.0",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^11.0.1",
"@semantic-release/release-notes-generator": "^14.0.1",
"conventional-changelog-conventionalcommits": "^8.0.0",
"conventional-changelog-gitmoji": "^0.2.5",
"semantic-release": "^24.2.0",
"semantic-release-gitmoji": "^1.6.8",
"@types/pino": "^7.0.5",
"prettier": "^3.3.3"
}
}