socket/package.json
2025-01-07 15:45:53 -05:00

25 lines
597 B
JSON

{
"name": "@endeavorance/socket",
"description": "Lightweight reconnecting websocket interface",
"version": "0.0.1",
"exports": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"build": "bun run ./build.ts"
},
"keywords": [],
"author": "Endeavorance <hello@endeavorance.camp> (https://endeavorance.camp)",
"license": "CC BY-NC-SA 4.0",
"files": [
"dist"
],
"type": "module",
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@types/bun": "latest",
"bun-plugin-dts": "^0.2.3"
},
"peerDependencies": {
"typescript": "^5.0.0"
}
}