@fabricio-191/valve-server-query
Version:
An implementation of valve protocols
57 lines (56 loc) • 1.41 kB
JSON
{
"name": "@fabricio-191/valve-server-query",
"version": "4.1.9",
"typings": "./typings/index.d.ts",
"scripts": {
"lint": "npx eslint . --fix",
"test": "mocha test/mocha.js --slow 5000 --timeout 6000"
},
"devDependencies": {
"@babel/core": "^7.16.12",
"@babel/eslint-parser": "^7.16.5",
"@babel/eslint-plugin": "^7.16.5",
"eslint": "^8.8.0",
"mocha": "^9.2.0",
"typescript": "^4.5.5",
"why-is-node-running": "^2.2.1"
},
"type": "commonjs",
"module": "./lib/index.js",
"main": "./lib/index.js",
"exports": {
"import": "./lib/index.js",
"require": "./lib/index.js"
},
"homepage": "https://github.com/Fabricio-191/valve-server-query#readme",
"repository": {
"type": "git",
"url": "https://github.com/Fabricio-191/valve-server-query",
"email": "fabricio19110@gmail.com"
},
"bugs": {
"url": "https://github.com/Fabricio-191/valve-server-query/issues"
},
"author": {
"name": "Fabricio-191",
"email": "fabricio19110@gmail.com",
"url": "https://github.com/Fabricio-191/"
},
"license": "Apache License 2.0",
"description": "An implementation of valve protocols",
"deprecated": false,
"keywords": [
"protocol",
"source",
"server",
"master",
"valve",
"query",
"rcon",
"info"
],
"funding": {
"type": "patreon",
"url": "https://www.patreon.com/fabricio_191"
}
}