about summary refs log tree commit diff stats
path: root/package.json
blob: acb0224601a33fa4ad55e466a3dc42eaeca790f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "homestead",
  "module": "src/index.ts",
  "scripts": {
    "start": "bun run ."
  },
  "devDependencies": {
    "bun-types": "latest"
  },
  "peerDependencies": {
    "typescript": "^5.0.0"
  },
  "type": "module",
  "dependencies": {
    "@sentry/node": "^7.69.0",
    "bun-prometheus-client": "^0.0.2",
    "toml": "^3.0.0"
  }
}