2022-08-25 09:12:00 -07:00
|
|
|
{
|
2023-01-22 01:06:08 +00:00
|
|
|
"name": "component-detection-action",
|
2022-08-25 09:12:00 -07:00
|
|
|
"version": "1.0.0",
|
2023-01-22 01:06:08 +00:00
|
|
|
"description": "Component detection action",
|
2023-01-20 00:35:07 +00:00
|
|
|
"main": "index.ts",
|
2022-08-25 09:12:00 -07:00
|
|
|
"scripts": {
|
|
|
|
|
"lint": "eslint .",
|
2023-01-20 00:35:07 +00:00
|
|
|
"prepare": "ncc build index.ts -o dist --source-map --license licenses.txt",
|
2023-01-19 20:10:29 +00:00
|
|
|
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js",
|
2023-01-20 00:43:26 +00:00
|
|
|
"all": "npm run lint && npm run prepare && npm run test"
|
2022-08-25 09:12:00 -07:00
|
|
|
},
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
2023-01-22 01:06:08 +00:00
|
|
|
"url": "git+https://github.com/jhutchings1/component-detection-action.git"
|
2022-08-25 09:12:00 -07:00
|
|
|
},
|
|
|
|
|
"keywords": [
|
|
|
|
|
"GitHub",
|
|
|
|
|
"Actions",
|
|
|
|
|
"JavaScript"
|
|
|
|
|
],
|
|
|
|
|
"author": "",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"bugs": {
|
2023-01-22 01:06:08 +00:00
|
|
|
"url": "https://github.com/jhutchings1/component-detection-action/issues"
|
2022-08-25 09:12:00 -07:00
|
|
|
},
|
2023-01-22 01:06:08 +00:00
|
|
|
"homepage": "https://github.com/jhutchings1/component-detection-action#readme",
|
2022-08-25 09:12:00 -07:00
|
|
|
"dependencies": {
|
2022-10-04 23:39:49 +00:00
|
|
|
"@actions/core": "^1.10.0",
|
2022-10-04 09:44:26 -07:00
|
|
|
"@actions/github": "^5.1.1",
|
2022-10-28 21:49:33 +00:00
|
|
|
"@github/dependency-submission-toolkit": "^1.2.7",
|
2023-01-21 21:56:51 +00:00
|
|
|
"cross-fetch": "^3.1.5",
|
|
|
|
|
"dotenv": "^16.0.3",
|
2023-01-19 20:10:29 +00:00
|
|
|
"fs": "^0.0.1-security",
|
2023-01-20 19:38:27 +00:00
|
|
|
"tar": "^6.1.13",
|
2023-01-19 20:10:29 +00:00
|
|
|
"yaml": "^2.2.1"
|
2022-08-25 09:12:00 -07:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2023-01-20 00:41:22 +00:00
|
|
|
"@types/glob": "^8.0.0",
|
2023-01-19 20:10:29 +00:00
|
|
|
"@types/jest": "^29.2.6",
|
2022-12-06 23:44:29 +00:00
|
|
|
"@vercel/ncc": "^0.36.0",
|
2023-01-19 20:10:29 +00:00
|
|
|
"eslint": "^8.29.0",
|
|
|
|
|
"jest": "^29.3.1",
|
|
|
|
|
"ts-jest": "^29.0.5"
|
2022-08-25 09:12:00 -07:00
|
|
|
}
|
|
|
|
|
}
|