mirror of
https://github.com/Kir-Antipov/mc-publish.git
synced 2024-11-25 09:51:01 -05:00
Initialized project
This commit is contained in:
parent
384bcbbbb4
commit
3c8f6d8a1e
2 changed files with 32 additions and 0 deletions
5
package-lock.json
generated
Normal file
5
package-lock.json
generated
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
{
|
||||||
|
"name": "mc-publish",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"lockfileVersion": 1
|
||||||
|
}
|
27
package.json
Normal file
27
package.json
Normal 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": {}
|
||||||
|
}
|
Loading…
Reference in a new issue