Files
maven-dependency-submission…/package.json
T

40 lines
1.3 KiB
JSON
Raw Normal View History

2022-08-12 12:15:51 +00:00
{
"name": "maven-dependency-tree-action",
2022-09-26 14:54:27 +00:00
"version": "1.1.0",
2022-08-12 12:15:51 +00:00
"description": "",
"main": "index.js",
"scripts": {
"build": "npm ci && tsc && npm exec -- @vercel/ncc build --source-map lib/index.js",
2022-09-26 14:59:51 +00:00
"pre-build-exe": "npm ci && tsc && npm exec -- @vercel/ncc build lib/executable/cli.js -o runtime",
"build-exe-linux-x64": "npm run pre-build-exe && nexe -i runtime/index.js -t linux-x64-14.15.3 -o cli/maven-dependency-submission-linux-x64",
2022-08-12 12:15:51 +00:00
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/advanced-security/maven-dependency-tree-action.git"
},
"keywords": [],
"author": "GitHub, Inc",
"license": "MIT",
"bugs": {
"url": "https://github.com/advanced-security/maven-dependency-tree-action/issues"
},
"homepage": "https://github.com/advanced-security/maven-dependency-tree-action#readme",
"dependencies": {
"@actions/core": "^1.9.1",
"@github/dependency-submission-toolkit": "^1.2.3",
"commander": "^9.4.0",
2022-08-12 12:15:51 +00:00
"packageurl-js": "^0.0.7"
},
"devDependencies": {
"@types/chai": "^4.3.1",
"@types/jest": "^28.1.6",
"@vercel/ncc": "^0.34.0",
"chai": "^4.3.6",
"jest": "^28.1.3",
"nexe": "^4.0.0-rc.1",
2022-08-12 12:15:51 +00:00
"ts-jest": "^28.0.7",
"ts-node": "^10.8.2",
"typescript": "^4.7.4"
}
2022-09-26 14:59:51 +00:00
}