Initialized project

This commit is contained in:
Kir_Antipov 2021-09-20 14:01:32 +03:00
parent 384bcbbbb4
commit 3c8f6d8a1e
2 changed files with 32 additions and 0 deletions

5
package-lock.json generated Normal file
View file

@ -0,0 +1,5 @@
{
"name": "mc-publish",
"version": "1.0.0",
"lockfileVersion": 1
}

27
package.json Normal file
View file

@ -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": {}
}