mirror of
https://github.com/rexlManu/pterodactyl-upload-action.git
synced 2025-02-03 13:36:41 -05:00
21 lines
440 B
JSON
21 lines
440 B
JSON
{
|
|
"name": "pterodactyl-upload-action",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "ncc build src/index.js -o dist --source-map"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@actions/core": "^1.10.0",
|
|
"@actions/github": "^5.1.1",
|
|
"@actions/glob": "^0.4.0",
|
|
"axios": "^1.6.1"
|
|
},
|
|
"devDependencies": {
|
|
"@vercel/ncc": "^0.36.1"
|
|
}
|
|
}
|