UNPKG

rustplus-ts

Version:

Rust+ API Wrapper written in TypeScript for the game Rust.

55 lines (54 loc) 1.54 kB
{ "name": "rustplus-ts", "version": "0.0.6", "description": "Rust+ API Wrapper written in TypeScript for the game Rust.", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "/dist" ], "private": false, "scripts": { "build": "tsc", "start": "ts-node src/rustplus.ts", "test": "ts-node src/test/test.ts", "protogen": "protoc --ts_out src/interfaces --ts_opt long_type_string --proto_path src/protos src/protos/rustplus.proto" }, "repository": { "type": "git", "url": "git+https://github.com/alexemanuelol/rustplus-ts.git" }, "author": "Alexander Emanuelsson", "license": "SEE LICENSE IN LICENSE", "bugs": { "url": "https://github.com/alexemanuelol/rustplus-ts/issues" }, "homepage": "https://github.com/alexemanuelol/rustplus-ts#readme", "keywords": [ "rust", "rust+", "rustplus", "rustplus-ts", "rustplus-api", "companion", "api", "websocket", "smart switch", "smart alarm", "storage monitor", "commands", "team chat" ], "dependencies": { "@protobuf-ts/plugin": "^2.9.6", "@types/ws": "^8.18.0", "jimp": "^1.6.0", "ts-node": "^10.9.2", "typescript": "^5.8.2", "winston": "^3.17.0", "ws": "^8.18.1" }, "devDependencies": { "dotenv": "^16.4.5" } }