-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.5 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.5 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
{
"name": "typeslint-cli",
"version": "4.0.0",
"type": "module",
"private": true,
"description": "GitHub Workflow Apps",
"homepage": "https://typeslint.com/github-autoresponse",
"author": "Typeslint",
"license": "ISC",
"scripts": {
"build": "tsc --build --clean && tsc --build --force --verbose",
"build:start": "tsc --build --clean && tsc --build --force --verbose && probot run ./dist/src/index.js",
"start": "probot run ./dist/src/index.js",
"test": "eslint .",
"lint": "npx eslint src/**/*.ts",
"lint:fix": "npx eslint src/**/*.ts --fix"
},
"dependencies": {
"@octokit/auth-app": "^8.1.2",
"@octokit/rest": "^22.0.1",
"dotenv": "^16.6.1",
"octokit": "^5.0.5",
"probot": "^14.2.4",
"smee-client": "^5.0.0"
},
"devDependencies": {
"@stylistic/eslint-plugin": "^5.6.1",
"@types/node": "^22.19.2",
"eslint": "^9.39.1",
"jiti": "^2.6.1",
"typescript": "~5.9.3",
"typescript-eslint": "^8.49.0"
},
"engines": {
"node": ">=22.21.1",
"npm": ">=10.9.4"
},
"repository": {
"type": "git",
"url": "https://github.com/Typeslint/github-AutoResponse"
},
"bugs": {
"url": "https://github.com/Typeslint/github-AutoResponse/issues",
"email": "support@typeslint.com"
},
"maintainers": [
{
"name": "Muunatic",
"url": "https://github.com/Muunatic"
},
{
"name": "Haruyaki",
"url": "https://github.com/HarunamiYaki"
}
]
}