@evotm/gbxclient
Version:
Trackmania dedicated server remote xmlrpc client
37 lines (36 loc) • 968 B
JSON
{
"name": "@evotm/gbxclient",
"version": "1.5.0",
"description": "Trackmania dedicated server remote xmlrpc client",
"keywords": [
"xmlrpc",
"trackmania",
"gbxremote"
],
"main": "./lib/cjs/index.js",
"module": "./lib/esm/index.js",
"author": "Evotm",
"license": "MIT",
"engines": {
"node": ">=20.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/EvoTM/gbxclient-node.git"
},
"scripts": {
"start": "ts-node ./src/index.ts",
"build": "tsc --p tsconfig.json --declaration && tsc --p tsconfig-esm.json --declaration",
"watch": "tsc -w --p tsconfig.json --declaration",
"prepublishOnly": "npm run build"
},
"private": false,
"dependencies": {
"xmlrpc": "1.3.2"
},
"devDependencies": {
"@types/node": "22.15.3",
"@types/xmlrpc": "1.3.10",
"typescript": "5.8.3"
}
}