Bumps [@vercel/ncc](https://github.com/vercel/ncc) from 0.36.0 to 0.36.1. - [Release notes](https://github.com/vercel/ncc/releases) - [Commits](https://github.com/vercel/ncc/compare/0.36.0...0.36.1) --- updated-dependencies: - dependency-name: "@vercel/ncc" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
46 lines
1.2 KiB
JSON
46 lines
1.2 KiB
JSON
{
|
|
"name": "component-detection-action",
|
|
"version": "1.0.0",
|
|
"description": "Component detection action",
|
|
"main": "index.ts",
|
|
"scripts": {
|
|
"lint": "eslint .",
|
|
"prepare": "ncc build index.ts -o dist --source-map --license licenses.txt",
|
|
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js",
|
|
"all": "npm run lint && npm run prepare && npm run test"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/jhutchings1/component-detection-action.git"
|
|
},
|
|
"keywords": [
|
|
"GitHub",
|
|
"Actions",
|
|
"JavaScript"
|
|
],
|
|
"author": "",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/jhutchings1/component-detection-action/issues"
|
|
},
|
|
"homepage": "https://github.com/jhutchings1/component-detection-action#readme",
|
|
"dependencies": {
|
|
"@actions/core": "^1.10.0",
|
|
"@actions/github": "^5.1.1",
|
|
"@github/dependency-submission-toolkit": "^1.2.8",
|
|
"cross-fetch": "^3.1.5",
|
|
"dotenv": "^16.0.3",
|
|
"fs": "^0.0.1-security",
|
|
"tar": "^6.1.13",
|
|
"yaml": "^2.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/glob": "^8.0.1",
|
|
"@types/jest": "^29.4.0",
|
|
"@vercel/ncc": "^0.36.1",
|
|
"eslint": "^8.34.0",
|
|
"jest": "^29.4.2",
|
|
"ts-jest": "^29.0.5"
|
|
}
|
|
}
|