зеркало из
1
0
Форкнуть 0
autorest.modelerfour/package.json

14 строки
719 B
JSON

{
"verison": "0.0.0",
"private": true,
"name": "@autorest/modelerfour",
"description": "> See readme.md for instructions",
"scripts": {
"start": "node --max_old_space_size=4096 ./modelerfour/dist/main",
"debug": "node --max_old_space_size=4096 --inspect-brk ./modelerfour/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",
"test": "cd ./modelerfour && npm run test "
}
}