-
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.19 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.19 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": "webiny-upgrades-v6",
"version": "1.0.0",
"type": "module",
"bin": "./index.js",
"scripts": {
"test": "vitest run",
"test:coverage": "vitest run --coverage",
"test:watch": "vitest",
"build": "tsc --noEmit",
"format:fix": "oxfmt",
"format:check": "oxfmt --check",
"lint:check": "oxlint --deny-warnings",
"lint:fix": "oxlint --fix",
"full:fix": "yarn format:fix && yarn lint:fix",
"adio:check": "adio"
},
"dependencies": {
"@webiny/di": "^1.0.1",
"execa": "^9.6.1",
"js-yaml": "4.2.0",
"load-json-file": "^7.0.1",
"pino": "^10.3.1",
"pino-pretty": "^13.1.3",
"semver": "^7.8.4",
"ts-morph": "^28.0.0",
"tsx": "^4.22.4",
"type-fest": "^5.7.0",
"typescript": "6.0.3",
"write-json-file": "^7.0.0",
"yargs": "^18.0.0",
"zod": "^4.4.3"
},
"devDependencies": {
"@types/js-yaml": "^4.0.9",
"@types/node": "^24.13.2",
"@types/semver": "^7.7.1",
"@types/yargs": "^17.0.35",
"@vitest/coverage-v8": "^4.1.8",
"adio": "^3.0.1",
"oxfmt": "^0.54.0",
"oxlint": "^1.69.0",
"vitest": "^4.1.8"
},
"engines": {
"node": ">=24.0.0"
},
"packageManager": "yarn@4.16.0"
}