6917ba48be
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.6.0 to 1.10.0. - [Release notes](https://github.com/actions/toolkit/releases) - [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core) --- updated-dependencies: - dependency-name: "@actions/core" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
39 lines
1.0 KiB
JSON
39 lines
1.0 KiB
JSON
{
|
|
"name": "spdx-to-dependency-graph-action",
|
|
"version": "1.0.0",
|
|
"description": "SPDX to Dependency Graph Action",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"lint": "eslint .",
|
|
"prepare": "ncc build index.js -o dist --source-map --license licenses.txt",
|
|
"test": "jest",
|
|
"all": "npm run lint && npm run prepare && npm run test"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/jhutchings1/spdx-to-dependency-graph-action.git"
|
|
},
|
|
"keywords": [
|
|
"GitHub",
|
|
"Actions",
|
|
"JavaScript"
|
|
],
|
|
"author": "",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/jhutchings1/spdx-to-dependency-graph-action/issues"
|
|
},
|
|
"homepage": "https://github.com/jhutchings1/spdx-to-dependency-graph-action#readme",
|
|
"dependencies": {
|
|
"@actions/core": "^1.10.0",
|
|
"@actions/github": "^5.1.1",
|
|
"@github/dependency-submission-toolkit": "^1.2.2",
|
|
"fs": "^0.0.1-security"
|
|
},
|
|
"devDependencies": {
|
|
"@vercel/ncc": "^0.31.1",
|
|
"eslint": "^8.0.0",
|
|
"jest": "^27.2.5"
|
|
}
|
|
}
|