blob: 3a258accc46ad707d6b2f481a646824de12a7ab4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
{
"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"
}
}
|