mirror of
https://github.com/Kir-Antipov/mc-publish.git
synced 2024-11-22 00:11:02 -05:00
32 lines
770 B
JSON
32 lines
770 B
JSON
{
|
|
"name": "mc-publish",
|
|
"version": "1.0.0",
|
|
"description": "GitHub Action that helps you publish your Minecraft mods",
|
|
"main": "src/index.ts",
|
|
"scripts": {
|
|
"build": "ncc build --source-map --license license.txt",
|
|
},
|
|
"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": {
|
|
"@types/node": "^16.10.1",
|
|
"@vercel/ncc": "^0.31.1",
|
|
"typescript": "^4.4.3"
|
|
},
|
|
"dependencies": {}
|
|
}
|