-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.57 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
51
52
53
54
55
56
57
58
59
{
"name": "@starly/api",
"version": "0.0.1",
"private": true,
"description": "Techmely API",
"homepage": "https://docs.techmely.com/api",
"bugs": {
"url": "https://github.com/techmely/techmely/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/techmely/techmely.git",
"directory": "apps/api"
},
"author": {
"name": "Harry Tran",
"email": "[email protected]",
"url": "https://github.com/techmely"
},
"scripts": {
"dev": "dotenvx run -- bun run --hot index.ts",
"start": "bun --env-file=.env.decrypted index.ts",
"prepare": "husky"
},
"dependencies": {
"@aws-sdk/client-s3": "3.633.0",
"@aws-sdk/s3-request-presigner": "3.633.0",
"@dotenvx/dotenvx": "1.7.0",
"@techmely/auth": "^1.0.3",
"@techmely/cache": "1.0.10",
"@techmely/domain-driven": "1.1.4",
"@techmely/hono": "1.1.0",
"@techmely/http": "1.2.12",
"@techmely/logger": "1.1.3",
"@techmely/metrics": "1.0.10",
"@techmely/starly-models": "1.2.0",
"@techmely/rate-limit": "2.0.3",
"@techmely/usage-limit": "2.0.3",
"@techmely/utils": "^3.3.0",
"jose": "5.6.3",
"hono": "^4.5.6",
"kysely": "0.27.4",
"pg": "^8.12.0",
"nanoid": "^5.0.7",
"openapi-typescript": "^7.3.0",
"valibot": "^0.37.0",
"protobufjs": "7.3.2"
},
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"@techmely/types": "1.9.0",
"@types/bun": "1.1.6",
"@types/pg": "8.11.6",
"@vitest/coverage-v8": "2.0.5",
"husky": "9.1.4",
"tsarch": "5.4.0",
"vitest": "2.0.5"
}
}