{ "name": "@polyfrost/publish-artifacts-action", "private": true, "scripts": { "_build_comment": "there has to be a better way to do this lol", "build": "ncc build index.ts --minify" }, "dependencies": { "@actions/artifact": "^1.1.2", "@actions/core": "^1.10.1", "@actions/github": "^6.0.0", "@actions/glob": "^0.4.0", "@actions/io": "^1.1.3" }, "devDependencies": { "@vercel/ncc": "^0.38.1" } }