38 lines
773 B
JSON
38 lines
773 B
JSON
{
|
|
"name": "restfulmc-lib",
|
|
"version": "1.1.3",
|
|
"author": "Braydon (Rainnny) <braydonrainnny@gmail.com>",
|
|
"description": "A simple, yet useful RESTful API for Minecraft utilizing Springboot.",
|
|
"keywords": [
|
|
"java",
|
|
"minecraft",
|
|
"json",
|
|
"rest-api",
|
|
"restful",
|
|
"bedrock",
|
|
"springboot"
|
|
],
|
|
"homepage": "https://github.com/Rainnny7/RESTfulMC",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Rainnny7/RESTfulMC.git"
|
|
},
|
|
"license": "MIT",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"scripts": {
|
|
"build": "bun run build.mjs",
|
|
"prepublishOnly": "bun run build"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"devDependencies": {
|
|
"@types/bun": "latest",
|
|
"bun-plugin-dts": "^0.2.2"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.0.0"
|
|
}
|
|
}
|