UNPKG

growtopia-api

Version:

An unofficial Growtopia API to gather item informations, name matches, sprites and server status.

39 lines (38 loc) 922 B
{ "name": "growtopia-api", "version": "1.3.2", "description": "An unofficial Growtopia API to gather item informations, name matches, sprites and server status.", "keywords": [ "growtopia", "growtopia api", "growapi" ], "main": "lib/index.js", "scripts": { "test": "jest --config jestconfig.json", "build": "tsc" }, "author": "Growtopian-Bot", "license": "MIT", "dependencies": { "axios": "0.27.2", "cheerio": "1.0.0-rc.12", "moment-timezone": "0.5.34" }, "repository": { "type": "git", "url": "git+ssh://git@github.com:Growtopian-Bot/growtopia-api.git" }, "bugs": { "url": "https://github.com/Growtopian-Bot/growtopia-api/issues" }, "homepage": "https://github.com/Growtopian-Bot/growtopia-api#readme", "devDependencies": { "@types/jest": "^27.4.1", "jest": "^27.0.4", "ts-jest": "^27.1.4" }, "files": [ "lib/**/*" ] }