{
	"name": "starblast-modding",
	"version": "1.4.38-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.9.0",
		"core-js-bundle": "^3.42.0",
		"data-uri-to-buffer": "^6.0.2",
		"html-entities": "^2.6.0",
		"three": "^0.176.0",
		"whatwg-fetch": "^3.6.20",
		"ws": "^8.18.2",
		"xmlhttprequest-ssl": "^4.0.0",
		"yargs": "^17.7.2"
	},
	"bin": {
		"starblast-modding": "./bin/starblast-modding"
	}
}
