RESTfulMC/JS-SDK/package.json

38 lines
773 B
JSON
Raw Normal View History

2024-04-14 10:34:34 -07:00
{
2024-04-14 14:31:27 -07:00
"name": "restfulmc-lib",
2024-04-26 14:00:22 -07:00
"version": "1.1.4",
2024-04-14 11:03:02 -07:00
"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"
}
2024-04-14 10:34:34 -07:00
}