{ "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" } }