about summary refs log tree commit diff stats
path: root/package.json
blob: 0eb65a36d4d245622473c97f4179740bd39a6d92 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "homestead",
  "module": "src/index.ts",
  "devDependencies": {
    "@types/contains-path": "^1.0.2",
    "bun-html-live-reload": "^0.1.1",
    "bun-types": "latest"
  },
  "peerDependencies": {
    "typescript": "^5.0.0"
  },
  "type": "module",
  "dependencies": {
    "contains-path": "^1.0.0",
    "toml": "^3.0.0"
  }
}