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