|
1 | 1 | { |
2 | | - "name": "codeclimate-action", |
3 | | - "version": "6.0.0", |
4 | | - "private": true, |
5 | | - "description": "Publish code coverage to Code Climate", |
6 | | - "main": "lib/main.js", |
7 | | - "packageManager": "pnpm@9.0.6", |
8 | | - "scripts": { |
9 | | - "build": "tsc", |
10 | | - "test": "cross-env NODE_OPTIONS=\"--no-warnings\" tap run --disable-coverage", |
11 | | - "test:only": "pnpm run test --only", |
12 | | - "coverage": "pnpm run test --no-disable-coverage --allow-incomplete-coverage --coverage-report=lcovonly", |
13 | | - "coverage:html": "pnpm run coverage --coverage-report=html", |
14 | | - "biome:ci": "biome ci ./", |
15 | | - "format:check": "biome format ./", |
16 | | - "format": "biome format --write ./", |
17 | | - "lint:check": "biome lint ./", |
18 | | - "lint": "biome lint --apply ./", |
19 | | - "lint:unsafe": "biome lint --apply-unsafe ./" |
20 | | - }, |
21 | | - "repository": { |
22 | | - "type": "git", |
23 | | - "url": "https://github.com/paambaati/codeclimate-action.git" |
24 | | - }, |
25 | | - "keywords": [ |
26 | | - "actions", |
27 | | - "codeclimate", |
28 | | - "quality", |
29 | | - "coverage" |
30 | | - ], |
31 | | - "author": "GP <me@httgp.com>", |
32 | | - "license": "MIT", |
33 | | - "dependencies": { |
34 | | - "@actions/core": "1.10.1", |
35 | | - "@actions/exec": "1.1.1", |
36 | | - "@actions/github": "6.0.0", |
37 | | - "@actions/glob": "0.4.0", |
38 | | - "hook-std": "2.0.0", |
39 | | - "node-fetch": "2.7.0", |
40 | | - "openpgp": "5.11.1" |
41 | | - }, |
42 | | - "devDependencies": { |
43 | | - "@biomejs/biome": "1.7.1", |
44 | | - "@openpgp/web-stream-tools": "0.1.1", |
45 | | - "@tapjs/test": "1.4.2", |
46 | | - "@types/node": "20.12.7", |
47 | | - "@types/node-fetch": "2.6.11", |
48 | | - "@types/sinon": "17.0.3", |
49 | | - "@types/which": "3.0.3", |
50 | | - "cross-env": "7.0.3", |
51 | | - "nock": "13.5.4", |
52 | | - "sinon": "17.0.1", |
53 | | - "tap": "18.7.2", |
54 | | - "to-readable-stream": "2.1.0", |
55 | | - "typescript": "5.4.5", |
56 | | - "which": "4.0.0" |
57 | | - } |
| 2 | + "name": "codeclimate-action", |
| 3 | + "version": "6.0.0", |
| 4 | + "private": true, |
| 5 | + "description": "Publish code coverage to Code Climate", |
| 6 | + "type": "module", |
| 7 | + "main": "lib/main.js", |
| 8 | + "packageManager": "pnpm@9.3.0", |
| 9 | + "scripts": { |
| 10 | + "build": "tsc -p tsconfig.build.json", |
| 11 | + "test": "cross-env NODE_OPTIONS=\"--no-warnings\" tap run --disable-coverage", |
| 12 | + "test:only": "pnpm run test --only", |
| 13 | + "coverage": "pnpm run test --no-disable-coverage --allow-incomplete-coverage --coverage-report=lcovonly", |
| 14 | + "coverage:html": "pnpm run coverage --coverage-report=html", |
| 15 | + "biome:ci": "biome ci", |
| 16 | + "format:check": "biome format", |
| 17 | + "format": "biome format --fix", |
| 18 | + "lint:check": "biome lint", |
| 19 | + "lint": "biome lint --fix", |
| 20 | + "lint:unsafe": "biome lint --fix --unsafe ./" |
| 21 | + }, |
| 22 | + "repository": { |
| 23 | + "type": "git", |
| 24 | + "url": "https://github.com/paambaati/codeclimate-action.git" |
| 25 | + }, |
| 26 | + "keywords": [ |
| 27 | + "actions", |
| 28 | + "codeclimate", |
| 29 | + "quality", |
| 30 | + "coverage" |
| 31 | + ], |
| 32 | + "author": "GP <me@httgp.com>", |
| 33 | + "license": "MIT", |
| 34 | + "dependencies": { |
| 35 | + "@actions/core": "1.10.1", |
| 36 | + "@actions/exec": "1.1.1", |
| 37 | + "@actions/github": "6.0.0", |
| 38 | + "@actions/glob": "0.4.0", |
| 39 | + "hook-std": "3.0.0", |
| 40 | + "node-fetch": "3.3.2", |
| 41 | + "openpgp": "5.11.1" |
| 42 | + }, |
| 43 | + "devDependencies": { |
| 44 | + "@biomejs/biome": "1.8.1", |
| 45 | + "@openpgp/web-stream-tools": "0.1.1", |
| 46 | + "@tapjs/tsx": "1.1.32", |
| 47 | + "@tsconfig/node20": "20.1.4", |
| 48 | + "@tsconfig/strictest": "2.0.5", |
| 49 | + "@types/node": "20.14.2", |
| 50 | + "@types/node-fetch": "2.6.11", |
| 51 | + "@types/sinon": "17.0.3", |
| 52 | + "@types/which": "3.0.4", |
| 53 | + "c8": "10.1.1", |
| 54 | + "cross-env": "7.0.3", |
| 55 | + "into-stream": "8.0.1", |
| 56 | + "nock": "13.5.4", |
| 57 | + "sinon": "18.0.0", |
| 58 | + "tap": "19.2.5", |
| 59 | + "tsimp": "2.0.11", |
| 60 | + "typescript": "5.4.5", |
| 61 | + "which": "4.0.0" |
| 62 | + } |
58 | 63 | } |
0 commit comments