blob: 730f44ea82efa8e79abfdbe542c1d126b0973b12 [file] [log] [blame]
{
"name": "skip-duplicate-actions",
"version": "1.0.0",
"main": "dist/index.js",
"license": "MIT",
"scripts": {
"build": "ncc build src/index.ts"
},
"dependencies": {
"@actions/core": "^1.2.6",
"@actions/github": "^4.0.0",
"@vercel/ncc": "^0.24.1",
"micromatch": "^4.0.2"
},
"devDependencies": {
"typescript": "^4.1.3"
}
}