diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 0000000..4aa50ca --- /dev/null +++ b/package-lock.json @@ -0,0 +1,5 @@ +{ + "name": "mc-publish", + "version": "1.0.0", + "lockfileVersion": 1 +} diff --git a/package.json b/package.json new file mode 100644 index 0000000..f918158 --- /dev/null +++ b/package.json @@ -0,0 +1,27 @@ +{ + "name": "mc-publish", + "version": "1.0.0", + "description": "GitHub Action that helps you publish your Minecraft mods", + "main": "src/index.ts", + "scripts": { + }, + "repository": { + "type": "git", + "url": "git+https://github.com/Kir-Antipov/mc-publish.git" + }, + "keywords": [ + "github", + "actions", + "minecraft", + "minecraft-mod", + "publish" + ], + "author": "Kir-Antipov", + "license": "MIT", + "bugs": { + "url": "https://github.com/Kir-Antipov/mc-publish/issues" + }, + "homepage": "https://github.com/Kir-Antipov/mc-publish#readme", + "devDependencies": {}, + "dependencies": {} +}