Files
Eric Cornelissen 8f01fbf59b Add ncc as a devDependency
Add it as a dependency to the npm manifest and lockfile. This:
1. Makes it so you can run the documented command for building **if**
   `npx` [1] is put in front (quickstart updated accordingly).
2. Ensures everyone building this action gets the same result.
3. Avoids having to install ncc globally.

--
1. https://www.npmjs.com/package/npx
2022-11-12 12:54:12 +01:00

16 lines
373 B
JSON

{
"dependencies": {
"@actions/artifact": "^1.1.0",
"@actions/cache": "^2.0.2",
"@actions/core": "1.10.0",
"@actions/exec": "^1.1.1",
"@actions/tool-cache": "^1.7.2",
"@octokit/rest": "^18.12.0"
},
"devDependencies": {
"@vercel/ncc": "^0.34.0"
},
"license": "SEE LICENSE IN COMMERCIAL-LICENSE.txt",
"name": "gitleaks-github-action"
}