-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.71 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1.71 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
{
"name": "root",
"private": true,
"scripts": {
"clean": "lerna clean --yes && rm -rf node_modules",
"reset": "lerna exec -- rm -rf ./dist && npm run clean && rm -r ./.venv",
"check-npm-version": "bash ./scripts/check-npm-version.sh",
"create-lib": "npm run check-npm-version && bash ./scripts/create-lib.sh",
"create-package": "npm run check-npm-version && bash ./scripts/create-package.sh",
"upgrade": "bash ./scripts/run_python.sh cli sd-global update-pinned && bash ./scripts/run_python.sh cli upgrade",
"apply-upgrade": "bash ./scripts/run_python.sh cli apply-upgrade",
"publish": "bash ./scripts/run_python.sh cli publish",
"pre-publish-global": "bash ./scripts/pre-publish-global.sh",
"post-publish-global": "bash ./scripts/post-publish-global.sh",
"init": "bash ./scripts/init.sh",
"test": "npm run check-npm-version && lerna run test",
"build": "npm run check-npm-version && lerna run build",
"build-dep": "lerna run build-dep",
"downstream": "bash ./scripts/downstream.sh"
},
"devDependencies": {
"@eslint/js": "9.39.4",
"@types/eslint__js": "8.42.3",
"@types/jest": "29.5.14",
"@types/node": "20.19.43",
"eslint": "9.39.4",
"eslint-plugin-jest": "28.14.0",
"jest": "29.7.0",
"json": "11.0.0",
"lerna": "9.0.7",
"npm-check-updates": "22.2.7",
"ts-jest": "29.4.11",
"ts-loader": "9.6.2",
"typescript": "5.9.3",
"typescript-eslint": "8.62.0",
"webpack": "5.108.1",
"webpack-cli": "5.1.4",
"webpack-dev-server": "5.2.5",
"webpack-merge": "5.10.0"
}
}