-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
82 lines (82 loc) · 2.17 KB
/
package.json
File metadata and controls
82 lines (82 loc) · 2.17 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "custom-gh-bot",
"version": "1.0.0",
"private": true,
"description": "A Probot app",
"author": "Saahil",
"license": "ISC",
"homepage": "https://github.com//",
"keywords": [
"probot",
"github",
"probot-app"
],
"scripts": {
"start": "probot run ./index.js",
"test": "jest"
},
"dependencies": {
"@conventional-commits/parser": "^0.4.1",
"@hapi/joi": "^17.1.1",
"@prettier/plugin-php": "^0.22.2",
"@prettier/plugin-pug": "^3.0.0",
"@prettier/plugin-ruby": "^4.0.4",
"@prettier/plugin-xml": "^3.4.1",
"@sourcegraph/amp-sdk": "0.1.0-20251211201104-gc7f4f6f",
"@stedi/prettier-plugin-jsonata": "^2.1.3",
"canvas": "^2.11.2",
"chatgpt": "latest",
"compromise": "^14.9.0",
"dotenv": "^16.1.4",
"ejs": "^3.1.10",
"email-validator": "^2.0.3",
"fuse.js": "^6.6.2",
"github-actions-client": "^1.1.24",
"ignore": "^5.2.4",
"jsonata": "^2.0.5",
"jsonpath": "^1.1.1",
"mit": "latest",
"mockdate": "^3.0.5",
"moment": "^2.30.1",
"mustache": "^4.2.0",
"node-fetch": "^2.6.7",
"openai": "^4.56.0",
"prettier-plugin-go-template": "^0.0.15",
"prettier-plugin-java": "^2.6.4",
"prettier-plugin-kotlin": "^2.1.0",
"prettier-plugin-motoko": "^0.9.2",
"prettier-plugin-nginx": "^1.0.3",
"prettier-plugin-prisma": "^5.0.0",
"prettier-plugin-properties": "^0.3.0",
"prettier-plugin-rust": "^0.1.9",
"prettier-plugin-sh": "^0.14.0",
"prettier-plugin-sql": "^0.18.1",
"prettier-plugin-sql-cst": "^0.11.6",
"prettier-plugin-svelte": "^3.2.6",
"prettier-plugin-toml": "^2.0.1",
"probot": "^12.2.4",
"probot-config": "^1.1.0",
"probot-scheduler": "^2.0.0-beta.1",
"release-please": "^17.2.0",
"ssh2": "^1.13.0",
"standard": "^10.0.2",
"svelte": "^4.2.18",
"tweetsodium": "^0.0.6"
},
"devDependencies": {
"express": "^4.18.2",
"jest": "^29.7.0",
"ms": "^2.1.3",
"nock": "^13.5.4",
"prettier": "^3.3.3",
"simple-json-db": "^2.0.0",
"smee-client": "^1.2.2",
"socket.io": "^4.7.2"
},
"engines": {
"node": ">= 10.13.0"
},
"jest": {
"testEnvironment": "node"
}
}