forked from wizenheimer/rulesets
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 968 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 968 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
{
"name": "rulesets",
"version": "1.0.0",
"private": true,
"description": "Review the Code, Not the Checklist",
"author": "wizenheimer",
"license": "ISC",
"homepage": "https://github.com//",
"keywords": [
"probot",
"github",
"probot-app"
],
"scripts": {
"build": "tsc",
"start": "probot run ./lib/index.js",
"test": "vitest",
"dev": "nodemon"
},
"dependencies": {
"js-yaml": "^4.1.0",
"probot": "^13.0.1"
},
"devDependencies": {
"@octokit/webhooks-types": "^7.6.1",
"@types/js-yaml": "^4.0.9",
"@types/node": "^20.0.0",
"nock": "^14.0.0-beta.5",
"nodemon": "^3.1.9",
"smee-client": "^2.0.0",
"typescript": "^5.3.3",
"vitest": "^1.3.1"
},
"engines": {
"node": ">= 18"
},
"type": "module",
"packageManager": "pnpm@10.6.2+sha512.47870716bea1572b53df34ad8647b42962bc790ce2bf4562ba0f643237d7302a3d6a8ecef9e4bdfc01d23af1969aa90485d4cebb0b9638fa5ef1daef656f6c1b"
}