UNPKG

dashtools

Version:

Library for interacting with Geometry Dash servers

25 lines (24 loc) 490 B
{ "name": "dashtools", "version": "1.0.8", "description": "Library for interacting with Geometry Dash servers", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { "axios": "^1.6.8" }, "author": "Unsimply", "license": "MIT", "type": "module", "repository": { "type": "git", "url": "https://github.com/A-Zalt/dashtools.git" }, "keywords": [ "geometry-dash", "gd", "robtop" ] }