13 строки
667 B
JSON
13 строки
667 B
JSON
{
|
|
"verison": "0.0.0",
|
|
"private": true,
|
|
"name": "@autorest/powershell",
|
|
"description": "> See readme.md for instructions",
|
|
"scripts": {
|
|
"start": "node --max_old_space_size=4096 ./powershell/dist/main",
|
|
"debug": "node --max_old_space_size=4096 --inspect-brk ./powershell/dist/main",
|
|
"prepare": "(pwsh -v || npm --silent run show-error) && pwsh -noprofile ./.scripts/verify-install.ps1",
|
|
"show-error": "echo ====== &echo ====== & echo ====== & echo REQUIRED: Install PowerShell-core 6.1 or greater (see readme.md) & echo ====== & echo ====== & echo ====== & exit 1",
|
|
"pack": "rush publish --publish --pack --include-all --tag preview"
|
|
}
|
|
} |