-
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.94 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.94 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": "gherkin-lint --config=.gherkin-lintrc.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.12.1+sha512.cdca14b85d647b3192028d02aadbe82d75f79a446aceea9874be98e6d768f20ebd3555770a48d0e9906106007877bbc690f715e9372f2e2dc644a3c3157fb14c",
"dependencies": {
"@repository-settings/app": "5.0.10",
"@sentry/node": "10.49.0",
"probot": "14.3.2"
},
"devDependencies": {
"@cucumber/cucumber": "12.8.1",
"commitlint-config-travi": "1.4.62",
"cz-conventional-changelog": "3.3.0",
"gherkin-lint": "4.2.4",
"husky": "9.1.7",
"lockfile-lint": "5.0.0",
"ls-engines": "0.10.0",
"npm-run-all2": "8.0.4",
"remark-cli": "12.0.1",
"remark-preset-lint-travi": "6.0.8",
"remark-toc": "9.0.0",
"rimraf": "6.1.3"
}
}