UNPKG

mclogs

Version:

TypeScript library for the mclo.gs API

30 lines 684 B
{ "name": "mclogs", "version": "1.0.1", "description": "TypeScript library for the mclo.gs API", "main": "./dist/index.js", "types": "./dist/index.d.ts", "repository": "git@github.com:tarna/mclogs", "bugs": "https://github.com/tarna/mclogs/issues", "files": [ "dist" ], "scripts": { "prepublish": "tsc", "example": "ts-node src/example.ts" }, "keywords": [ "minecraft", "logs", "mclogs", "server", "aternos", "minehut" ], "author": "Tarna", "license": "MIT", "devDependencies": { "ts-node": "^10.9.2", "typescript": "^5.6.3" } }