2022-08-25 09:12:00 -07:00
|
|
|
{
|
2022-10-04 09:19:29 -07:00
|
|
|
"name": "spdx-to-dependency-graph-action",
|
2022-08-25 09:12:00 -07:00
|
|
|
"version": "1.0.0",
|
2022-10-04 09:19:29 -07:00
|
|
|
"description": "SPDX to Dependency Graph Action",
|
2022-08-25 09:12:00 -07:00
|
|
|
"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",
|
2022-10-04 09:19:29 -07:00
|
|
|
"url": "git+https://github.com/jhutchings1/spdx-to-dependency-graph-action.git"
|
2022-08-25 09:12:00 -07:00
|
|
|
},
|
|
|
|
|
"keywords": [
|
|
|
|
|
"GitHub",
|
|
|
|
|
"Actions",
|
|
|
|
|
"JavaScript"
|
|
|
|
|
],
|
|
|
|
|
"author": "",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"bugs": {
|
2022-10-04 09:19:29 -07:00
|
|
|
"url": "https://github.com/jhutchings1/spdx-to-dependency-graph-action/issues"
|
2022-08-25 09:12:00 -07:00
|
|
|
},
|
2022-10-04 09:19:29 -07:00
|
|
|
"homepage": "https://github.com/jhutchings1/spdx-to-dependency-graph-action#readme",
|
2022-08-25 09:12:00 -07:00
|
|
|
"dependencies": {
|
2022-08-25 11:50:14 -07:00
|
|
|
"@actions/core": "^1.2.5",
|
2022-10-04 09:44:26 -07:00
|
|
|
"@actions/github": "^5.1.1",
|
2022-08-25 12:25:30 -07:00
|
|
|
"@github/dependency-submission-toolkit": "^1.2.2",
|
2022-10-04 14:35:19 -07:00
|
|
|
"fs": "^0.0.1-security"
|
2022-08-25 09:12:00 -07:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@vercel/ncc": "^0.31.1",
|
|
|
|
|
"eslint": "^8.0.0",
|
|
|
|
|
"jest": "^27.2.5"
|
|
|
|
|
}
|
|
|
|
|
}
|