UNPKG

starblast-modding

Version:

A powerful library for interacting with the Starblast Modding API

41 lines (40 loc) 982 B
{ "name": "starblast-modding", "version": "1.4.39-alpha6", "description": "A powerful library for interacting with the Starblast Modding API", "main": "./src/index.js", "author": "Bhpsngum <bhpsngumproductions@gmail.com> (https://github.com/Bhpsngum)", "repository": { "type": "git", "url": "https://github.com/bhpsngum/starblast-modding.git" }, "homepage": "https://bhpsngum.github.io/starblast/starblast-modding/", "bugs": { "url": "https://github.com/Bhpsngum/starblast-modding/issues" }, "keywords": [ "starblast", "modding", "api", "client" ], "engines": { "node": ">=16.0.0", "npm": ">=6.0.0" }, "license": "MIT", "dependencies": { "axios": "^1.11.0", "core-js-bundle": "^3.45.0", "data-uri-to-buffer": "^6.0.2", "html-entities": "^2.6.0", "three": "^0.179.1", "whatwg-fetch": "^3.6.20", "ws": "^8.18.3", "xmlhttprequest-ssl": "^4.0.0", "yargs": "^17.7.2" }, "bin": { "starblast-modding": "./bin/starblast-modding" } }