mirror of
https://github.com/actions/javascript-action.git
synced 2025-04-08 08:19:42 +00:00
Bumps [@vercel/ncc](https://github.com/vercel/ncc) from 0.23.0 to 0.24.0. - [Release notes](https://github.com/vercel/ncc/releases) - [Commits](https://github.com/vercel/ncc/compare/0.23.0...0.24.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
36 lines
829 B
JSON
36 lines
829 B
JSON
{
|
|
"name": "javascript-action",
|
|
"version": "1.0.0",
|
|
"description": "JavaScript Action Template",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"lint": "eslint .",
|
|
"prepare": "ncc build index.js -o dist --source-map",
|
|
"test": "jest",
|
|
"all": "npm run lint && npm run prepare && npm run test"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/actions/javascript-action.git"
|
|
},
|
|
"keywords": [
|
|
"GitHub",
|
|
"Actions",
|
|
"JavaScript"
|
|
],
|
|
"author": "",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/actions/javascript-action/issues"
|
|
},
|
|
"homepage": "https://github.com/actions/javascript-action#readme",
|
|
"dependencies": {
|
|
"@actions/core": "^1.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@vercel/ncc": "^0.24.0",
|
|
"eslint": "^7.4.0",
|
|
"jest": "^26.1.0"
|
|
}
|
|
}
|