pterodactyl-upload-action/package.json

22 lines
440 B
JSON
Raw Normal View History

2023-05-27 23:17:07 -04:00
{
"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",
2023-08-22 12:56:01 -04:00
"@actions/glob": "^0.4.0",
2023-11-14 21:51:28 -05:00
"axios": "^1.6.1"
2023-05-27 23:17:07 -04:00
},
"devDependencies": {
"@vercel/ncc": "^0.36.1"
}
}