UNPKG

@eco.js/rcon

Version:

An RCON Interface for ECO

44 lines (43 loc) 1.03 kB
{ "name": "@eco.js/rcon", "version": "0.0.2", "main": "./lib/index.js", "types": "./lib/index.d.ts", "type": "commonjs", "access": "public", "scripts": { "build": "npx tsc", "lint": "npx eslint ./src/ --fix", "document": "npx typedoc ./src/index.ts --includeVersion" }, "keywords": [ "RCON", "ECO" ], "author": "bombitmanbomb", "license": "MIT", "devDependencies": { "@types/node": "^18.11.18", "@typescript-eslint/eslint-plugin": "^5.50.0", "@typescript-eslint/parser": "^5.59.0", "eslint": "^8.33.0", "prettier": "^2.8.3", "typedoc": "^0.24.4", "typescript": "^4.9.5" }, "engines": { "node": ">=16" }, "directories": { "lib": "lib" }, "repository": { "type": "git", "url": "git+https://github.com/ecojs/rcon.git" }, "bugs": { "url": "https://github.com/ecojs/rcon/issues" }, "homepage": "https://github.com/ecojs/rcon#readme", "description": "An RCON Interface for ECO" }