aboutsummaryrefslogtreecommitdiff
path: root/.github/actions/publish-artifacts/package.json
blob: a02cff928749d0fe4e0bcd6021d901d677d1201b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
	"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.0"
	}
}