-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 6.08 KB
/
package.json
File metadata and controls
78 lines (78 loc) · 6.08 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "@oscd-plugins/monorepo",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"//====== AUTO DOC ======//": "",
"auto-doc:install": "pnpm dependencies:install+build && pnpm network-explorer-lib:install && pnpm communication-explorer-lib:install && pnpm --filter @oscd-plugins/auto-doc i --frozen-lockfile",
"auto-doc:dev": "pnpm auto-doc:install && pnpm --filter @oscd-plugins/auto-doc dev",
"auto-doc:integrated": "pnpm auto-doc:install && pnpm --filter @oscd-plugins/auto-doc integrated",
"//====== COMMUNICATION EXPLORER ======//": "",
"communication-explorer:install": "pnpm dependencies:install+build && pnpm --filter @oscd-plugins/communication-explorer i --frozen-lockfile",
"communication-explorer-lib:install": "pnpm --filter @oscd-plugins/communication-explorer i --frozen-lockfile",
"communication-explorer:dev": "pnpm communication-explorer:install && pnpm --filter @oscd-plugins/communication-explorer dev",
"communication-explorer:integrated": "pnpm communication-explorer:install && pnpm --filter @oscd-plugins/communication-explorer integrated",
"//====== DIFFING TOOL ======//": "",
"diffing-tool:install": "pnpm dependencies:install+build && pnpm --filter @oscd-plugins/diffing-tool i --frozen-lockfile",
"diffing-tool:dev": "pnpm diffing-tool:install && pnpm --filter @oscd-plugins/diffing-tool dev",
"diffing-tool:integrated": "pnpm diffing-tool:install && pnpm --filter @oscd-plugins/diffing-tool build:watch",
"//====== DOCUMENTATION ======//": "",
"documentation:install": "pnpm dependencies:install+build && pnpm --filter @oscd-plugins/documentation i --frozen-lockfile",
"documentation:dev": "pnpm documentation:install && pnpm --filter @oscd-plugins/documentation dev",
"documentation:integrated": "pnpm documentation:install && pnpm --filter @oscd-plugins/documentation build:watch",
"//====== IO-CENTER ======//": "",
"io-center:install": "pnpm dependencies:install+build && pnpm --filter @oscd-plugins/io-center i --frozen-lockfile",
"io-center:dev": "pnpm io-center:install && pnpm --filter @oscd-plugins/io-center dev",
"io-center:integrated": "pnpm io-center:install && pnpm --filter @oscd-plugins/io-center integrated",
"//====== NETWORK EXPLORER ======//": "",
"network-explorer:install": "pnpm dependencies:install+build && pnpm --filter @oscd-plugins/network-explorer i --frozen-lockfile",
"network-explorer-lib:install": "pnpm --filter @oscd-plugins/network-explorer i --frozen-lockfile",
"network-explorer:dev": "pnpm network-explorer:install && pnpm --filter @oscd-plugins/network-explorer dev",
"network-explorer:integrated": "pnpm network-explorer:install && pnpm --filter @oscd-plugins/network-explorer integrated",
"//====== TYPE-DESIGNER ======//": "",
"type-designer:install": "pnpm dependencies:install+build && pnpm --filter @oscd-plugins/type-designer i --frozen-lockfile",
"type-designer:dev": "pnpm type-designer:install && pnpm --filter @oscd-plugins/type-designer dev",
"type-designer:integrated": "pnpm type-designer:install && pnpm --filter @oscd-plugins/type-designer integrated",
"//====== TYPE-DISTRIBUTOR ======//": "",
"type-distributor:install": "pnpm dependencies:install+build && pnpm --filter @oscd-plugins/type-distributor i --frozen-lockfile",
"type-distributor:dev": "pnpm type-distributor:install && pnpm --filter @oscd-plugins/type-distributor dev",
"type-distributor:integrated": "pnpm type-distributor:install && pnpm --filter @oscd-plugins/type-distributor integrated",
"//====== TYPE SWITCHER ======//": "",
"type-switcher:install": "pnpm dependencies:install+build && pnpm --filter @oscd-plugins/type-switcher i --frozen-lockfile",
"type-switcher:dev": "pnpm type-switcher:install && pnpm --filter @oscd-plugins/type-switcher dev",
"type-switcher:integrated": "pnpm type-switcher:install && pnpm --filter @oscd-plugins/type-switcher integrated",
"//====== CORE ======//": "",
"core-api:install": "pnpm --filter @oscd-plugins/core-api i --frozen-lockfile",
"core-api:dev": "pnpm core-api:install && pnpm --filter @oscd-plugins/core-api build:watch",
"core-api:build": "pnpm --filter @oscd-plugins/core-api build",
"core-ui-svelte:install": "pnpm --filter @oscd-plugins/core-ui-svelte i --frozen-lockfile",
"core-ui-svelte:build": "pnpm --filter @oscd-plugins/core-ui-svelte build",
"core-ui-svelte:dev": "pnpm core-ui-svelte:install && pnpm --filter @oscd-plugins/core-ui-svelte build:watch",
"core-standard:install": "pnpm --filter @oscd-plugins/core-standard i --frozen-lockfile",
"core-standard:build": "pnpm --filter @oscd-plugins/core-standard build",
"core-standard:dev": "pnpm core-standard:install && pnpm --filter @oscd-plugins/core-standard build:watch",
"//====== LEGACY ======//": "",
"legacy-core:install": "pnpm --filter @oscd-plugins/core i --frozen-lockfile",
"legacy-core:build": "pnpm --filter @oscd-plugins/core build",
"legacy-core:dev": "pnpm legacy-core:install && pnpm --filter @oscd-plugins/core dev",
"legacy-ui:install": "pnpm --filter @oscd-plugins/ui i --frozen-lockfile",
"legacy-uilib:install": "pnpm --filter @oscd-plugins/uilib i --frozen-lockfile",
"//====== LOCAL DEPENDENCIES BUILD ======//": "",
"dependencies:install": "pnpm core-api:install && pnpm core-ui-svelte:install && pnpm core-standard:install && pnpm legacy-core:install && pnpm legacy-ui:install && pnpm legacy-uilib:install",
"dependencies:build": "pnpm core-standard:build && pnpm core-api:build && pnpm core-ui-svelte:build && pnpm legacy-core:build",
"dependencies:install+build": "pnpm dependencies:install && pnpm dependencies:build",
"//====== STORYBOOK ======//": "",
"storybook": "pnpm core-ui-svelte:install && pnpm --filter @oscd-plugins/core-ui-svelte storybook",
"//====== FORMAT & LINT ======//": "",
"biome:check": "biome check .",
"biome:fix": "biome check . --write",
"//====== PREPARE ======//": "",
"prepare": "husky install"
},
"devDependencies": {
"@biomejs/biome": "2.4.6",
"husky": "^8.0.3"
},
"packageManager": "pnpm@10.33.0+sha512.10568bb4a6afb58c9eb3630da90cc9516417abebd3fabbe6739f0ae795728da1491e9db5a544c76ad8eb7570f5c4bb3d6c637b2cb41bfdcdb47fa823c8649319"
}