-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
67 lines (67 loc) · 1.96 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "tics-github-action",
"version": "2.8.0",
"description": "The TICS Github action integrates TICS Client analysis to measure your code quality. The incorporated Quality gating feature enables you to analyze and decorate pull requests.",
"main": "lib/main.js",
"scripts": {
"build": "tsc",
"type-check": "tsc -noEmit",
"lint": "eslint .",
"package": "npm run build && ncc build --license licenses.txt",
"test": "jest",
"test:coverage": "jest --coverage --collectCoverageFrom='src/**'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tiobe/tics-github-action.git"
},
"keywords": [
"actions",
"node",
"setup"
],
"author": "TIOBE",
"license": "MIT",
"bugs": {
"url": "https://github.com/tiobe/tics-github-action/issues"
},
"homepage": "https://github.com/tiobe/tics-github-action#readme",
"dependencies": {
"@actions/artifact": "^1.1.2",
"@actions/core": "^1.11.1",
"@actions/exec": "^1.1.1",
"@actions/github": "^5.1.1",
"@octokit/plugin-retry": "^5.0.5",
"@octokit/request-error": "^5.1.0",
"@tiobe/http-client": "^0.4.0",
"@tiobe/install-tics": "^0.6.0",
"canonical-path": "^1.0.0",
"compare-versions": "^6.1.1",
"date-fns": "^4.1.0",
"proxy-agent": "^6.5.0",
"semver": "^7.6.3",
"underscore": "^1.13.7"
},
"devDependencies": {
"@eslint/js": "^9.10.0",
"@jest/globals": "^29.7.0",
"@types/eslint__js": "^8.42.3",
"@types/jest": "^29.5.14",
"@types/node": "^22.5.5",
"@types/semver": "^7.5.8",
"@types/underscore": "^1.11.15",
"@vercel/ncc": "^0.38.1",
"async-listen": "^3.0.1",
"eslint": "^9.10.0",
"eslint-plugin-jest": "^28.8.3",
"eslint-plugin-prettier": "^5.2.1",
"http-proxy": "^1.18.1",
"jest": "^29.7.0",
"jest-mock": "^29.7.0",
"prettier": "3.4.2",
"proxy": "^2.2.0",
"ts-jest": "^29.2.5",
"typescript": "^5.5.4",
"typescript-eslint": "^8.6.0"
}
}