all repos — website @ a9f9c066c69f3312946cf18834ea86bd51db23fb

My website

package.json (view raw)

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"
  }
}