tankionline.js
Version:
An-easy-to use wrapper that fetches player ratings for Tanki Online
28 lines (27 loc) • 648 B
JSON
{
"name": "tankionline.js",
"version": "2.0.4",
"description": "An-easy-to use wrapper that fetches player ratings for Tanki Online",
"main": "src/tankionline.js",
"scripts": {
"test": "npm i && node src/tankionline.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GeopJr/tankionline.js.git"
},
"keywords": [
"tanki",
"tankionline",
"ratings"
],
"author": "GeopJr",
"license": "MIT",
"bugs": {
"url": "https://github.com/GeopJr/tankionline.js/issues"
},
"homepage": "https://github.com/GeopJr/tankionline.js#readme",
"dependencies": {
"node-fetch": "^2.3.0"
}
}