-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 954 Bytes
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 954 Bytes
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
{
"name": "conflibot",
"version": "2.0.0",
"main": "dist/index.js",
"scripts": {
"lint": "eslint src",
"format": "prettier --write src",
"format:check": "prettier --check src",
"typecheck": "tsc --noEmit",
"package": "ncc build src/index.ts",
"test": "vitest run"
},
"repository": "https://github.com/wktk/conflibot",
"bugs": {
"url": "https://github.com/wktk/conflibot/issues"
},
"keywords": [
"GitHub",
"Actions",
"JavaScript"
],
"author": "k.wakitani <k.wakitani@gmail.com>",
"license": "MIT",
"dependencies": {
"@actions/core": "^3.0.1",
"@actions/github": "^9.1.1",
"multimatch": "^8.0.0"
},
"devDependencies": {
"@eslint/js": "^10",
"@types/node": "^24",
"@vercel/ncc": "^0.45.0",
"eslint": "^10",
"eslint-config-prettier": "^10",
"prettier": "^3.8",
"typescript": "^6.0.3",
"typescript-eslint": "^8.61",
"vitest": "^4.1.8"
}
}