UNPKG

haxjs

Version:

haxball headless api written in typescript

34 lines (33 loc) 696 B
{ "name": "haxjs", "version": "0.1.25", "description": "haxball headless api written in typescript", "author": "alpheratz0 <alpheratz99@protonmail.com>", "main": "dist/index.js", "types": "dist/index.d.ts", "repository": { "type": "git", "url": "git+https://github.com/alpheratz0/haxjs.git" }, "scripts": { "build": "tsc", "prepublish": "tsc", "watch": "tsc --watch" }, "keywords": [ "haxball" ], "bugs": { "url": "https://github.com/alpheratz0/haxjs.git" }, "license": "GPL-2.0-only", "dependencies": { "chalk": "^4.1.2", "puppeteer": "^13.5.1" }, "devDependencies": { "@types/chalk": "^2.2.0", "@types/puppeteer": "^5.4.4", "typescript": "^4.4.4" } }