FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
lowcode-engine/package.json at main · duyaofei/lowcode-engine · GitHub
duyaofei
/
lowcode-engine
Public
forked from
alibaba/lowcode-engine
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
lowcode-engine
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
54 lines (54 loc) · 1.78 KB
Breadcrumbs
lowcode-engine
/
package.json
Copy path
File metadata and controls
54 lines (54 loc) · 1.78 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
{
"private"
:
true
,
"workspaces"
: {
"packages"
: [
"
packages/*
"
],
"nohoist"
: [
"
**/css-modules-typescript-loader
"
,
"
**/@alife/theme-lowcode-*
"
]
},
"scripts"
: {
"build"
:
"
./scripts/build.sh
"
,
"build:npm"
:
"
lerna run build --stream
"
,
"build:umd"
:
"
lerna run build:umd --stream
"
,
"clean"
:
"
rm -rf ./packages/*/lib ./packages/*/es ./packages/*/dist ./packages/*/build
"
,
"lint"
:
"
f2elint scan -q -i ./packages/*/src
"
,
"lint:fix"
:
"
f2elint fix -i ./packages/*/src
"
,
"pub"
:
"
npm run watchdog:build && lerna publish patch --force-publish --exact --no-changelog
"
,
"pub:premajor"
:
"
npm run watchdog:build && lerna publish premajor --force-publish --exact --dist-tag beta --preid beta --no-changelog
"
,
"pub:prepatch"
:
"
npm run watchdog:build && lerna publish prepatch --force-publish --exact --dist-tag beta --preid beta --no-changelog
"
,
"pub:prerelease"
:
"
npm run watchdog:build && lerna publish prerelease --force-publish --exact --dist-tag beta --preid beta --no-changelog
"
,
"setup"
:
"
./scripts/setup.sh
"
,
"setup:test"
:
"
./scripts/setup-for-test.sh
"
,
"setup:skip-build"
:
"
./scripts/setup-skip-build.sh
"
,
"start"
:
"
./scripts/start.sh
"
,
"test"
:
"
lerna run test --stream
"
,
"test:snapshot"
:
"
lerna run test:snapshot
"
,
"watchdog:build"
:
"
node ./scripts/watchdog.js
"
},
"husky"
: {
"hooks"
: {
"pre-commit"
:
"
f2elint commit-file-scan
"
,
"commit-msg"
:
"
f2elint commit-msg-scan
"
}
},
"devDependencies"
: {
"f2elint"
:
"
^2.0.1
"
,
"husky"
:
"
^7.0.4
"
,
"lerna"
:
"
^4.0.0
"
,
"typescript"
:
"
^4.5.5
"
,
"yarn"
:
"
^1.22.17
"
},
"engines"
: {
"node"
:
"
>=14.17.0 <16
"
},
"tnpm"
: {
"mode"
:
"
yarn
"
,
"lockfile"
:
"
enable
"
},
"resolutions"
: {
"@builder/babel-preset-ice"
:
"
1.0.1
"
}
}
Back
|
FazBrowse Home
|
New Git URL