-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.92 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.92 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
{
"name": "hosted-instance",
"description": "Repository for the hosted instance of the repository-settings app",
"license": "ISC",
"private": true,
"type": "module",
"engines": {
"node": ">= 24.11"
},
"repository": "repository-settings/hosted-instance",
"bugs": "https://github.com/repository-settings/hosted-instance/issues",
"homepage": "https://github.com/repository-settings/hosted-instance#readme",
"scripts": {
"test": "npm-run-all --print-label --parallel lint:* --parallel test:*",
"lint:engines": "ls-engines",
"lint:gherkin": "gplint --config .gplintrc.json",
"lint:lockfile": "lockfile-lint",
"lint:md": "remark . --frail",
"lint:peer": "npm ls >/dev/null",
"test:integration": "run-s 'test:integration:base -- --profile noWip'",
"test:integration:base": "NODE_OPTIONS=--enable-source-maps DEBUG=any cucumber-js test/integration",
"test:integration:debug": "DEBUG=test:* run-s test:integration",
"test:integration:focus": "run-s 'test:integration:base -- --profile focus'",
"test:integration:wip": "run-s 'test:integration:base -- --profile wip'",
"test:integration:wip:debug": "DEBUG=test:* run-s 'test:integration:wip'",
"generate:md": "remark . --output",
"prepare": "husky"
},
"packageManager": "npm@11.15.0+sha512.fa4d2d93b9519e93143e70bb913b94ff2ad5fe69c5a0f84943be557cbb59e9fc1bcce55768fb1313f225f4f9f50c78b8f366f2332aa41effd7b10efa98d8d72f",
"dependencies": {
"@repository-settings/app": "5.0.10",
"@sentry/node": "10.53.1",
"probot": "14.3.2"
},
"devDependencies": {
"@cucumber/cucumber": "12.9.0",
"commitlint-config-travi": "1.4.66",
"cz-conventional-changelog": "3.3.0",
"gplint": "2.5.2",
"husky": "9.1.7",
"lockfile-lint": "5.0.0",
"ls-engines": "0.10.0",
"npm-run-all2": "9.0.1",
"remark-cli": "12.0.1",
"remark-preset-lint-travi": "6.0.8",
"remark-toc": "9.0.0",
"rimraf": "6.1.3"
}
}