starblast-modding
Version:
A powerful library for interacting with the Starblast Modding API
41 lines (40 loc) • 982 B
JSON
{
"name": "starblast-modding",
"version": "1.4.40-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": ">=23.0.0",
"npm": ">=6.0.0"
},
"license": "MIT",
"dependencies": {
"axios": "^1.12.2",
"core-js-bundle": "^3.46.0",
"data-uri-to-buffer": "^6.0.2",
"html-entities": "^2.6.0",
"three": "^0.180.0",
"whatwg-fetch": "^3.6.20",
"ws": "^8.18.3",
"xmlhttprequest-ssl": "^4.0.0",
"yargs": "^18.0.0"
},
"bin": {
"starblast-modding": "./bin/starblast-modding"
}
}