-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 872 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 872 Bytes
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
{
"name": "pollfly-api",
"version": "1.7.0",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "bun run --watch src/index.ts"
},
"dependencies": {
"elysia": "latest"
},
"devDependencies": {
"@biomejs/biome": "2.2.0",
"@commitlint/cli": "^19.8.1",
"@commitlint/config-conventional": "^19.8.1",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^13.0.1",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^11.0.5",
"@semantic-release/release-notes-generator": "^14.0.3",
"@types/bun": "latest",
"cognitive-complexity-ts": "^0.6.5",
"conventional-changelog-conventionalcommits": "^9.1.0",
"drizzle-kit": "^0.31.4",
"semantic-release": "^24.2.7",
"tsx": "^4.20.4",
"typescript": "5.9.2"
},
"module": "src/index.js"
}