-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
58 lines (58 loc) · 1.98 KB
/
package.json
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
{
"name": "@workleap/chromado",
"author": "Workleap",
"version": "1.1.1",
"description": "Utilities to use Chromatic with Azure DevOps.",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/gsoft-inc/wl-chromado.git"
},
"publishConfig": {
"access": "public",
"provenance": true
},
"type": "module",
"bin": "./dist/bin.js",
"files": [
"dist"
],
"scripts": {
"build": "tsup",
"lint": "pnpm run \"/^lint:.*/\"",
"lint:eslint": "eslint . --max-warnings=-0 --cache --cache-location node_modules/.cache/eslint",
"lint:knip": "knip",
"lint:installed-check": "installed-check",
"lint:types": "tsc",
"changeset": "changeset",
"ci-release": "pnpm build && changeset publish",
"dev-docs": "retype start",
"clean": "pnpm exec pnpm dlx rimraf dist node_modules/.cache",
"reset": "pnpm clean && pnpm dlx rimraf node_modules pnpm-lock.yaml",
"list-outdated-deps": "pnpm outdated --format list !eslint",
"update-outdated-deps": "pnpm update --latest !eslint"
},
"devDependencies": {
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.9",
"@types/node": "22.7.6",
"@typescript-eslint/parser": "8.10.0",
"@workleap/eslint-plugin": "3.2.2",
"@workleap/tsup-configs": "3.0.6",
"@workleap/typescript-configs": "3.0.2",
"eslint": "8.57.0",
"installed-check": "9.3.0",
"knip": "5.33.3",
"retypeapp": "3.6.0",
"tsup": "8.3.0",
"typescript": "5.6.3"
},
"dependencies": {
"azure-pipelines-task-lib": "4.17.3",
"chromatic": "11.12.6"
},
"engines": {
"node": ">=21.1.0"
},
"packageManager": "[email protected]+sha512.140036830124618d624a2187b50d04289d5a087f326c9edfc0ccd733d76c4f52c3a313d4fc148794a2a9d81553016004e6742e8cf850670268a7387fc220c903"
}