UNPKG

bevy-remote-protocol

Version:
31 lines (30 loc) 607 B
{ "name": "bevy-remote-protocol", "version": "1.1.4", "description": "Bevy Remote Protocol Client", "license": "Apache-2.0", "repository": "foxication/brp-npm", "keywords": [ "bevy", "remote" ], "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "test": "npx tsx --test", "build": "tsup src/index.ts --dts" }, "engines": { "node": ">=16.0.0" }, "files": [ "src", "dist" ], "devDependencies": { "@types/node": "^22.13.1", "tsup": "^8.3.6", "tsx": "^4.19.2", "typescript": "^5.7.3" } }