-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.92 KB
/
package.json
File metadata and controls
57 lines (57 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
50
51
52
53
54
55
56
57
{
"private": true,
"name": "e2e-5.x",
"author": {
"name": "Verdaccio Maintainers",
"email": "verdaccio.npm@gmail.com"
},
"repository": {
"type": "https",
"url": "https://github.com/verdaccio/e2e-5.x"
},
"homepage": "https://verdaccio.org",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/verdaccio"
},
"devDependencies": {
"@changesets/changelog-github": "0.5.2",
"@changesets/cli": "2.29.8",
"@changesets/get-dependents-graph": "1.3.5",
"@vitest/coverage-v8": "3.0.4",
"@trivago/prettier-plugin-sort-imports": "3.4.0",
"@types/node": "20.11.19",
"@verdaccio/types": "next-8",
"cypress": "15.12.0",
"cross-env": "7.0.3",
"husky": "7.0.4",
"vitest": "3.0.4",
"kleur": "3.0.3",
"lint-staged": "11.2.6",
"prettier": "2.8.8",
"rimraf": "3.0.2",
"typescript": "4.9.5",
"update-ts-references": "2.8.0"
},
"scripts": {
"prepare": "husky install",
"husky:pre-commit": "lint-staged",
"clean": "pnpm --filter=./tools clean",
"build": "pnpm --filter \"./tools/*\" build",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,yml,yaml,md}\"",
"format:check": "prettier --check \"**/*.{js,jsx,ts,tsx,json,yml,yaml,md}\"",
"ci:version:changeset": "changeset version",
"ci:version": "pnpm ci:version:changeset && npm run ci:version:install",
"ci:version:install": "pnpm install --frozen-lockfile=false",
"ci:publish": "changeset publish",
"test:ui": "cypress run",
"test:ui:local": "./scripts/run-e2e-ui.sh",
"test:ui:local:open": "./scripts/run-e2e-ui.sh --open",
"postinstall": "husky install"
},
"license": "MIT",
"lint-staged": {
"*.{js,jsx,ts,tsx,json,yml,yaml,md}": "prettier --write"
},
"packageManager": "pnpm@8.15.8+sha512.d1a029e1a447ad90bc96cd58b0fad486d2993d531856396f7babf2d83eb1823bb83c5a3d0fc18f675b2d10321d49eb161fece36fe8134aa5823ecd215feed392"
}