Files
codeql-action/package.json
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

102 lines
3.1 KiB
JSON
Raw Normal View History

{
"name": "codeql",
2026-03-02 11:13:35 +00:00
"version": "4.32.6",
"private": true,
"description": "CodeQL action",
"scripts": {
"_build_comment": "echo 'Run the full build so we typecheck the project and can reuse the transpiled files in npm test'",
"build": "./scripts/check-node-modules.sh && npm run transpile && node build.mjs",
2024-07-16 15:13:51 -07:00
"lint": "eslint --report-unused-disable-directives --max-warnings=0 .",
2024-09-09 14:59:49 -07:00
"lint-ci": "SARIF_ESLINT_IGNORE_SUPPRESSED=true eslint --report-unused-disable-directives --max-warnings=0 . --format @microsoft/eslint-formatter-sarif --output-file=eslint.sarif",
"lint-fix": "eslint --report-unused-disable-directives --max-warnings=0 . --fix",
2026-03-04 12:38:18 +01:00
"ava": "npm run transpile && ava --verbose",
"test": "npm run ava -- src/",
"test-debug": "npm run test -- --timeout=20m",
"transpile": "tsc --build --verbose"
},
2020-05-04 18:28:01 +01:00
"ava": {
"typescript": {
"rewritePaths": {
"src/": "build/"
2021-08-11 12:22:47 +01:00
},
"compile": false
2020-05-04 18:28:01 +01:00
}
},
"license": "MIT",
"dependencies": {
2026-01-28 17:53:24 +00:00
"@actions/artifact": "^5.0.3",
"@actions/artifact-legacy": "npm:@actions/artifact@^1.1.2",
2026-01-28 17:53:24 +00:00
"@actions/cache": "^5.0.5",
"@actions/core": "^2.0.3",
"@actions/exec": "^2.0.0",
"@actions/github": "^8.0.1",
"@actions/glob": "^0.5.0",
"@actions/http-client": "^3.0.0",
2025-11-04 13:58:17 +00:00
"@actions/io": "^2.0.0",
2026-01-28 17:53:24 +00:00
"@actions/tool-cache": "^3.0.1",
2026-01-27 13:10:33 +00:00
"@octokit/plugin-retry": "^8.0.0",
2023-07-24 17:12:49 +00:00
"@schemastore/package": "0.0.10",
"archiver": "^7.0.1",
"fast-deep-equal": "^3.1.3",
2025-08-04 22:25:25 +00:00
"follow-redirects": "^1.15.11",
2025-08-29 19:03:20 +01:00
"get-folder-size": "^5.0.0",
"https-proxy-agent": "^7.0.6",
2025-11-15 10:55:57 +00:00
"js-yaml": "^4.1.1",
2023-05-02 14:26:17 -07:00
"jsonschema": "1.4.1",
"long": "^5.3.2",
2025-12-08 17:02:12 +00:00
"node-forge": "^1.3.3",
2026-02-18 17:53:34 +00:00
"semver": "^7.7.4",
"uuid": "^13.0.0"
},
"devDependencies": {
"@ava/typescript": "6.0.0",
2026-02-11 17:53:12 +00:00
"@eslint/compat": "^2.0.2",
2024-09-09 13:15:25 -07:00
"@microsoft/eslint-formatter-sarif": "^3.1.0",
2025-11-03 17:20:12 +00:00
"@octokit/types": "^16.0.0",
2025-11-04 12:19:24 +00:00
"@types/archiver": "^7.0.0",
2024-10-10 18:46:18 +01:00
"@types/follow-redirects": "^1.14.4",
2023-11-20 14:35:28 -08:00
"@types/js-yaml": "^4.0.9",
2025-11-18 18:02:59 +00:00
"@types/node": "^20.19.9",
2025-08-29 12:08:22 +01:00
"@types/node-forge": "^1.3.14",
2026-03-02 17:41:41 +00:00
"@types/sarif": "^2.1.7",
2025-09-08 17:16:35 +00:00
"@types/semver": "^7.7.1",
2025-11-17 17:02:13 +00:00
"@types/sinon": "^21.0.0",
2025-07-14 19:47:57 +00:00
"ava": "^6.4.1",
2026-02-18 17:53:34 +00:00
"esbuild": "^0.27.3",
2026-02-20 15:57:26 +00:00
"eslint": "^9.39.2",
"eslint-import-resolver-typescript": "^3.8.7",
2026-02-20 15:57:26 +00:00
"eslint-plugin-github": "^6.0.0",
2026-02-20 16:29:02 +00:00
"eslint-plugin-import-x": "^4.16.1",
2026-03-04 17:53:15 +00:00
"eslint-plugin-jsdoc": "^62.7.1",
"eslint-plugin-no-async-foreach": "^0.1.1",
2025-11-18 10:49:13 +00:00
"glob": "^11.1.0",
2026-02-25 17:53:31 +00:00
"globals": "^17.3.0",
2026-02-18 17:53:34 +00:00
"nock": "^14.0.11",
2025-12-22 17:01:51 +00:00
"sinon": "^21.0.1",
2026-02-20 15:57:26 +00:00
"typescript": "^5.9.3",
2026-03-04 17:53:15 +00:00
"typescript-eslint": "^8.56.1"
2021-07-14 14:35:34 -07:00
},
"overrides": {
2023-07-11 20:48:06 +01:00
"@actions/tool-cache": {
"semver": ">=6.3.1"
},
2025-03-14 13:13:56 -07:00
"@octokit/request-error": {
"semver": ">=5.1.1"
},
"@octokit/request": {
"semver": ">=8.4.1"
},
"@octokit/plugin-paginate-rest": {
"semver": ">=9.2.2"
},
2023-07-11 20:48:06 +01:00
"eslint-plugin-import": {
"semver": ">=6.3.1"
},
"eslint-plugin-jsx-a11y": {
"semver": ">=6.3.1"
},
2025-11-18 10:49:13 +00:00
"brace-expansion@2.0.1": "2.0.2",
"glob": "^11.1.0"
}
2022-03-07 21:02:20 +00:00
}