UNPKG

apextab-api

Version:

A simple Node.js Wrapper for the *Apex Legends* API provided by ApexTab.

29 lines (28 loc) 608 B
{ "name": "apextab-api", "version": "1.0.5", "description": "", "main": "./lib/index.js", "types": "./lib/index.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsc --skipLibCheck" }, "author": "Annnoo", "license": "ISC", "dependencies": { "@types/node": "^11.10.0", "tsc": "^1.20150623.0", "typescript": "^3.3.3333" }, "keywords": [ "apex", "apexlegends", "apextab", "nodejs" ], "repository": { "type": "git", "url": "git+https://github.com/annnoo/apextab-api.git" } }