-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.16 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.16 KB
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
{
"name": "@christianncode/pr-total-changes",
"version": "1.0.0",
"main": "dist/index.js",
"scripts": {
"test": "jest",
"test:coverage": "jest --coverage",
"build": "ncc build src/index.ts -o dist",
"lint": "eslint **/*.ts",
"format": "prettier --write **/*.ts",
"format:check": "prettier --check **/*.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/christianncode/pr-total-changes.git"
},
"author": "Christian Díaz Carlos",
"license": "MIT",
"type": "module",
"bugs": {
"url": "https://github.com/christianncode/pr-total-changes/issues"
},
"homepage": "https://github.com/christianncode/pr-total-changes#readme",
"description": "",
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/github": "^6.0.0"
},
"devDependencies": {
"@eslint/js": "^9.35.0",
"@types/jest": "^30.0.0",
"@types/node": "^24.3.1",
"@vercel/ncc": "^0.38.3",
"eslint": "^9.35.0",
"globals": "^16.3.0",
"jest": "^30.1.3",
"jiti": "^2.5.1",
"prettier": "^3.6.2",
"ts-jest": "^29.4.1",
"ts-node": "^10.9.2",
"typescript": "^5.9.2",
"typescript-eslint": "^8.43.0"
}
}