-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.14 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.14 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
{
"name": "zoilist",
"version": "1.0.0",
"private": true,
"description": "Nag @electron/api-wg to review API PRs.",
"author": "Jeremy Rose <nornagon@nornagon.net>",
"license": "ISC",
"homepage": "https://github.com/electron/zoilist",
"keywords": [
"probot",
"github",
"probot-app"
],
"scripts": {
"build": "tsc",
"start": "probot run ./lib/index.js",
"remind": "node ./lib/remind.js",
"lint": "prettier --check \"src/**/*.ts\" \"test/*.ts\"",
"format": "prettier --write \"src/**/*.ts\" \"test/*.ts\"",
"test": "vitest run"
},
"dependencies": {
"@electron/github-app-auth": "^3.2.0",
"@slack/web-api": "^6.3.0",
"@tsconfig/node24": "^24.0.3",
"probot": "^14.2.1"
},
"devDependencies": {
"@types/node": "^20.10.6",
"prettier": "^3.0.0",
"typescript": "^5.3.3",
"vitest": "^4.1.2"
},
"engines": {
"node": "24.x"
},
"resolutions": {
"fsevents": "npm:@electron/fsevents@2.3.3-fork"
},
"packageManager": "yarn@4.10.3+sha512.c38cafb5c7bb273f3926d04e55e1d8c9dfa7d9c3ea1f36a4868fa028b9e5f72298f0b7f401ad5eb921749eb012eb1c3bb74bf7503df3ee43fd600d14a018266f"
}