{
"name": "upload-each",
"version": "1.0.0",
"private": true,
"description": "Upload every file matching a glob as its own GitHub Actions artifact.",
"main": "dist/index.js",
"license": "MIT",
"scripts": {
"build": "ncc build src/index.js -o dist --minify --license index.js.LICENSES.txt"
},
"dependencies": {
"@actions/artifact": "^2.3.2",
"@actions/core": "^1.11.1",
"@actions/glob": "^0.5.0"
},
"devDependencies": {
"@vercel/ncc": "^0.38.3"
}
}