wizard101-api
Version:
A TypeScript/JavaScript wrapper for the unofficial Wizard101 API created by me.
36 lines (35 loc) • 822 B
JSON
{
"name": "wizard101-api",
"version": "1.2.5",
"description": "A TypeScript/JavaScript wrapper for the unofficial Wizard101 API created by me.",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"no test\""
},
"types": "src",
"repository": {
"type": "git",
"url": "git+https://github.com/AlphaRunic/Wizard101-API-TS-Wrapper.git"
},
"keywords": [
"ts",
"typescript",
"wrapper",
"api",
"restful",
"rest",
"wizard101",
"wizard101-api"
],
"author": "AlphaRunic",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/AlphaRunic/Wizard101-API-TS-Wrapper/issues"
},
"homepage": "https://wizard101-api.herokuapp.com",
"dependencies": {
"@types/node-fetch": "^2.5.10",
"node-fetch": "^2.6.1"
}
}