UNPKG

@bsnext/mta-ase-query

Version:

Node.JS library for send requests to MTA:SA servers and get basic info.

40 lines (39 loc) 906 B
{ "name": "@bsnext/mta-ase-query", "version": "1.2.1", "description": "Node.JS library for send requests to MTA:SA servers and get basic info.", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "start": "node dist/index.js", "build": "tsc --project tsconfig.json", "watch": "tsc --watch" }, "repository": { "type": "git", "url": "git+https://github.com/bsnext/MTA-ASE-Query.git" }, "keywords": [ "nodejs", "typescript", "mta", "mtasa", "ase", "multitheftauto", "server", "query" ], "bugs": { "url": "https://github.com/bsnext/MTA-ASE-Query/issues" }, "homepage": "https://github.com/bsnext/MTA-ASE-Query#readme", "author": "SalwadoR", "type": "commonjs", "license": "MIT", "dependencies": { }, "devDependencies": { "@types/node": "^18.11.18", "typescript": "^4.9.3" } }