mirror of
https://github.com/Kir-Antipov/mc-publish.git
synced 2025-01-22 10:04:45 +01:00
28 lines
618 B
JSON
28 lines
618 B
JSON
|
{
|
||
|
"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": {}
|
||
|
}
|