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