-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 916 Bytes
/
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
{
"name": "possible-page-impact",
"version": "0.0.1",
"type": "module",
"description": "Comment on the possible impact of the PR changes on the page",
"repository": {
"type": "git",
"url": "https://github.com/cut0/possible-page-impact.git"
},
"main": "index.js",
"keywords": [],
"author": "Cut0",
"license": "MIT",
"packageManager": "[email protected]+sha256.691fe176eea9a8a80df20e4976f3dfb44a04841ceb885638fe2a26174f81e65e",
"dependencies": {
"@actions/core": "1.11.1",
"@actions/github": "6.0.0",
"depon": "0.3.0",
"minimatch": "10.0.1"
},
"devDependencies": {
"@types/node": "22.9.0",
"biome": "0.3.3",
"esbuild": "0.24.0",
"tsx": "4.19.2",
"typescript": "5.6.3"
},
"scripts": {
"dev": "tsx src/main.ts",
"build": "tsx build.ts",
"lint:check": "biome ci",
"lint:fix": "biome check --fix",
"typecheck": "tsc --noEmit"
}
}