This repository was archived by the owner on Apr 13, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.33 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.33 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
{
"name": "@captive/gitlab-ci",
"version": "1.0.0",
"private": true,
"description": "Shared Captive GitlabCI configuration",
"license": "MIT",
"type": "module",
"scripts": {
"build": "yarn run docs",
"docs": ":",
"format": "eslint . --ext=mjs,cjs,js,jsx,ts,tsx,json,jsonc,json5,yml,yaml --fix",
"lint": "eslint . --ext=mjs,cjs,js,jsx,ts,tsx,json,jsonc,json5,yml,yaml",
"pretest": "envhandlebars < 'test/test.gitlab-ci.yml.hbs' > 'test/test.gitlab-ci.yml'",
"release": "scripts/release",
"spellcheck": "npx cspell '**/*.md' --no-progress",
"test": "exit 0;npx gitlab-ci-lint test/test.gitlab-ci.yml --url https://git.captive.fr --token=${GITLAB_LINT_TOKEN:-GITLAB_TOKEN}",
"test:e2e": ":"
},
"eslintConfig": {
"extends": [
"@captive/eslint-config"
],
"root": true
},
"eslintIgnore": [],
"devDependencies": {
"@captive/cspell-config": "2.4.8",
"@captive/eslint-config": "2.0.16",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/exec": "6.0.3",
"@semantic-release/release-notes-generator": "13.0.0",
"@wavevision/semantic-release": "2.0.2",
"danger": "11.3.1",
"envhandlebars": "1.4.8",
"eslint": "8.57.0",
"gitlab-ci-lint": "1.1.0",
"prettier": "3.2.5"
},
"packageManager": "yarn@4.1.1",
"engines": {
"node": "20"
}
}