piston/package.json
Titus Owuor baa39555a8 feat: Add automated runtime installation scripts and documentation
- 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
2025-08-07 05:08:42 +03:00

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"
}
}