UNPKG

ashish-cli

Version:

Universal Code Runner CLI - Execute code in multiple languages without local compilers

39 lines (38 loc) 804 B
{ "name": "ashish-cli", "version": "1.0.1", "description": "Universal Code Runner CLI - Execute code in multiple languages without local compilers", "main": "src/index.js", "bin": { "ashish": "./src/index.js" }, "scripts": { "start": "node src/index.js", "test": "node test.js", "dev": "node src/index.js" }, "keywords": [ "cli", "code-runner", "compiler", "judge0", "programming", "multi-language" ], "author": "Ashish", "license": "MIT", "type": "commonjs", "engines": { "node": ">=14.0.0" }, "repository": { "type": "git", "url": "https://github.com/ashish-suman-sharma/ashish-cli.git" }, "dependencies": { "axios": "^1.9.0", "chalk": "^4.1.2", "commander": "^14.0.0", "fs-extra": "^11.3.0" } }