-
Notifications
You must be signed in to change notification settings - Fork 34
/
package.json
50 lines (50 loc) · 1.17 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
{
"name": "wikibase-release-pipeline",
"version": "3.0.0",
"license": "BSD-3-Clause",
"type": "module",
"private": true,
"devDependencies": {
"@nx/js": "^19.6.0",
"@nx/workspace": "19.6.0",
"@swc-node/register": "~1.10.9",
"@swc/core": "~1.7.6",
"@swc/helpers": "~0.5.12",
"@types/cheerio": "^0.22.35",
"@types/node": "^20.11.28",
"@wmde/eslint-config-wikimedia-typescript": "0.2.9",
"any-eslint-parser": "^1.0.1",
"async-wait-until": "^2.0.12",
"axios": "^1.7.3",
"chalk": "^5.3.0",
"cheerio": "^1.0.0-rc.12",
"dotenv": "^16.4.5",
"dotenv-expand": "^11.0.6",
"eslint": "^8.57.0",
"eslint-config-wikimedia": "0.27.0",
"eslint-plugin-compat": "^4.2.0",
"eslint-plugin-unicorn": "^51.0.1",
"lodash": "^4.17.21",
"nx": "19.5.6",
"prettier": "^3.3.3",
"prettier-plugin-organize-imports": "^4.0.0",
"semver-parser": "^4.1.6",
"shellcheck": "^3.0.0",
"stylelint-config-wikimedia": "0.17.2",
"ts-node": "^10.9.2",
"tslib": "^2.6.3",
"typescript": "~5.4.5",
"yaml-eslint-parser": "^1.2.3",
"yargs": "^17.7.2"
},
"nx": {
"targets": {
"lint": {},
"test": {}
}
},
"engines": {
"node": "20"
},
"packageManager": "pnpm@9.6.0"
}