about summary refs log blame commit diff stats
path: root/ts/bun/package.json
blob: 480af6bc3bd28b69ab906d3441b0ac45d0c67657 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                          
{
  "name": "bun",
  "module": "index.ts",
  "type": "module",
  "devDependencies": {
    "@types/bun": "latest"
  },
  "peerDependencies": {
    "typescript": "^5.0.0"
  }
}