.npmrc
0 → 100644
+3
−0
+120
−0
File changed.
Preview size limit exceeded, changes collapsed.
+39
−0
+46
−1
+7
−3
| Original line number | Diff line number | Diff line |
|---|---|---|
| @@ -16,12 +16,16 @@ | ||
},
|
||
"dependencies": {
|
||
"@prisma/client": "6.9.0",
|
||
"@sc07/router": "^0.0.1",
|
||
"cors": "^2.8.5",
|
||
"express": "^5.1.0"
|
||
"express": "^5.1.0",
|
||
"express-prom-bundle": "^8.0.0",
|
||
"ics": "^3.8.1",
|
||
"prom-client": "^15.1.3"
|
||
},
|
||
"scripts": {
|
||
"dev": "bun run --hot src/index.ts",
|
||
"build": "bun build src/index.ts --outdir ./dist --target=bun --sourcemap=inline --minify --packages=external",
|
||
"dev": "bun run --define process.env.VERSION=\"'$(git rev-parse HEAD)'\" --hot src/index.ts",
|
||
"build": "bun build src/index.ts --outdir ./dist --target=bun --sourcemap=inline --minify --packages=external --define process.env.VERSION=\"'$(git rev-parse HEAD)'\"",
|
||
"bundle:api-doc": "redocly bundle openapi/spec.yml -o openapi/openapi.yaml && sed -i '1s/^/# AUTOGENERATED FILE\\n# Run bun run bundle:api-doc\\n/' openapi/openapi.yaml",
|
||
"build:api-doc": "redocly build-docs openapi/spec.yml -o public/index.html --title \"Fediverse Events API\"",
|
||
"dev:api-doc": "redocly preview-docs openapi/spec.yml",
|
||
Loading