rsnext/.github/actions/issue-validator/package.json

15 lines
280 B
JSON
Raw Normal View History

{
"private": true,
"main": "dist/index.js",
"scripts": {
2022-07-04 13:54:20 +02:00
"build": "ncc -o . -m build src/index.js --license licenses.txt"
},
"devDependencies": {
"@vercel/ncc": "0.34.0"
},
"dependencies": {
"@actions/core": "1.9.0",
"@actions/github": "5.0.3"
}
}