mirror of
https://github.com/engineer-man/piston.git
synced 2025-09-20 10:50:04 +02:00
- Add install-runtimes.js script for bulk runtime installation - Create npm scripts for easy runtime management - Add comprehensive runtime installation guide to README - Support line-by-line runtime installation with progress tracking - Include error handling and automatic file creation - Add verification commands for testing installations
11 lines
352 B
JSON
11 lines
352 B
JSON
{
|
|
"scripts": {
|
|
"install-runtimes": "node install-runtimes.js",
|
|
"install-runtimes:clean": "node install-runtimes.js --clean",
|
|
"install-runtimes:create": "node install-runtimes.js --create",
|
|
"install-runtimes:help": "node install-runtimes.js --help"
|
|
},
|
|
"devDependencies": {
|
|
"prettier": "2.4.1"
|
|
}
|
|
}
|