diff --git a/minecraft-module.config.json b/minecraft-module.config.json new file mode 100644 index 0000000..59f76e5 --- /dev/null +++ b/minecraft-module.config.json @@ -0,0 +1,5 @@ +{ + "exports": { + "src/library": "BP/scripts/modules/gametest-api-wrapper" + } +} diff --git a/package.json b/package.json new file mode 100644 index 0000000..4c9fb1a --- /dev/null +++ b/package.json @@ -0,0 +1,19 @@ +{ + "name": "gametest-api-wrapper", + "version": "0.0.1", + "description": "", + "main": "src/library/index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/notbeer/Gametest-API-Wrapper.git" + }, + "author": "notbeer", + "license": "MIT", + "bugs": { + "url": "https://github.com/notbeer/Gametest-API-Wrapper/issues" + }, + "homepage": "https://github.com/notbeer/Gametest-API-Wrapper#readme" +} diff --git a/src/library/index.ts b/src/library/index.ts new file mode 100644 index 0000000..4272973 --- /dev/null +++ b/src/library/index.ts @@ -0,0 +1 @@ +export * from "./Minecraft.js"