node-ts
Version:
TeamSpeak® 3 Server Query client for node.js implemented using TypeScript
40 lines (39 loc) • 873 B
JSON
{
"author": "Niklas Mollenhauer <nikeee@outlook.com>",
"name": "node-ts",
"description": "TeamSpeak® 3 Server Query client for node.js implemented using TypeScript",
"version": "8.0.2",
"repository": {
"type": "git",
"url": "git://github.com/nikeee/node-ts.git"
},
"main": "lib/index.js",
"type": "module",
"types": "lib/index.d.ts",
"dependencies": {
"@rauschma/stringio": "^1.4.0",
"@types/node": "^22.13.11"
},
"devDependencies": {
"rimraf": "^6.0.1",
"typescript": "^5.8.2"
},
"scripts": {
"test": "tsc --noEmit",
"clean": "rimraf lib",
"compile": "tsc",
"prepare": "npm run clean && npm run compile"
},
"keywords": [
"teamspeak",
"serverquery",
"ts3",
"ts",
"typescript"
],
"optionalDependencies": {},
"engines": {
"node": ">=22.0.0"
},
"license": "LGPL-3.0"
}