+1
.github/workflows/deploy.yaml
+1
.github/workflows/deploy.yaml
+1
-1
cachet.service
+1
-1
cachet.service
+24
-24
package.json
+24
-24
package.json
···
1
1
{
2
-
"name": "cachet",
3
-
"version": "0.3.2",
4
-
"scripts": {
5
-
"test": "echo \"Error: no test specified\" && exit 1",
6
-
"dev": "bun run --watch src/index.ts",
7
-
"start": "bun run src/index.ts",
8
-
"build": "bun build --target=bun --production --outdir=dist ./src/index.ts"
9
-
},
10
-
"dependencies": {
11
-
"@sentry/bun": "^9.40.0",
12
-
"@tqman/nice-logger": "^1.0.7",
13
-
"@types/node-cron": "^3.0.11",
14
-
"bottleneck": "^2.19.5",
15
-
"elysia": "1.1.26",
16
-
"node-cron": "^3.0.3",
17
-
"sentry": "^0.1.2"
18
-
},
19
-
"devDependencies": {
20
-
"@types/bun": "latest"
21
-
},
22
-
"private": true,
23
-
"peerDependencies": {
24
-
"typescript": "^5"
25
-
}
2
+
"name": "cachet",
3
+
"version": "0.3.2",
4
+
"scripts": {
5
+
"test": "echo \"Error: no test specified\" && exit 1",
6
+
"dev": "bun run --watch src/index.ts",
7
+
"start": "bun run src/index.ts",
8
+
"build": "bun build --compile --outfile dist/cachet --production ./src/index.ts"
9
+
},
10
+
"dependencies": {
11
+
"@sentry/bun": "^9.40.0",
12
+
"@tqman/nice-logger": "^1.0.7",
13
+
"@types/node-cron": "^3.0.11",
14
+
"bottleneck": "^2.19.5",
15
+
"elysia": "1.1.26",
16
+
"node-cron": "^3.0.3",
17
+
"sentry": "^0.1.2"
18
+
},
19
+
"devDependencies": {
20
+
"@types/bun": "latest"
21
+
},
22
+
"private": true,
23
+
"peerDependencies": {
24
+
"typescript": "^5"
25
+
}
26
26
}