UNPKG

ts3-nodejs-library

Version:
47 lines (46 loc) 1.18 kB
{ "name": "ts3-nodejs-library", "version": "2.3.1", "description": "TeamSpeak Server Query API", "main": "lib/index.js", "homepage": "https://github.com/Multivit4min/TS3-NodeJS-Library", "repository": { "type": "git", "url": "git+https://github.com/Multivit4min/TS3-NodeJS-Library.git" }, "scripts": { "eslint": "eslint ./src/**/*.ts", "test": "jest --runInBand", "coveralls": "cat ./coverage/lcov.info | coveralls", "generate-docs": "typedoc --out docs ./src", "build": "tsc", "prepare": "npm run build" }, "keywords": [ "teamspeak", "teamspeak3", "ts", "ts3", "query", "serverquery" ], "author": "Multivitamin <david.kartnaller@gmail.com>", "license": "MIT", "devDependencies": { "@types/jest": "^24.0.23", "@types/node": "^12.12.17", "@types/ssh2": "^0.5.39", "@typescript-eslint/eslint-plugin": "^1.13.0", "@typescript-eslint/parser": "^1.13.0", "coveralls": "^3.0.9", "crc-32": "^1.2.0", "eslint": "^6.7.2", "jest": "^24.9.0", "ts-jest": "^24.2.0", "typedoc": "^0.15.4", "typescript": "^3.7.3" }, "dependencies": { "ssh2": "^0.8.6" } }