mirror of
https://github.com/alexgo-io/stacks.js.git
synced 2026-01-12 22:52:34 +08:00
17 lines
317 B
JSON
17 lines
317 B
JSON
{
|
|
"version": "4.3.6",
|
|
"registry": "https://registry.npmjs.org/",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"changelogPreset": "conventionalcommits",
|
|
"packages": ["packages/*"],
|
|
"command": {
|
|
"bootstrap": {
|
|
"forceLocal": true,
|
|
"hoist": true,
|
|
"npmClientArgs": ["--ci"]
|
|
}
|
|
}
|
|
}
|