UNPKG

@eurytus/compile-run

Version:

You can execute programs in different languages using this package

43 lines (42 loc) 969 B
{ "name": "@eurytus/compile-run", "version": "2.3.5", "description": "You can execute programs in different languages using this package", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "prepare": "npm run build", "test": "echo \"Error: no test specified\" && exit 1", "build": "npm run tsc --", "tsc": "tsc" }, "repository": { "type": "git", "url": "git+https://github.com/Pervolarakis/compile-run.git" }, "keywords": [ "compile", "run", "compile-run", "execute", "python", "java", "node", "nodejs", "gcc", "cpp", "c", "c++" ], "author": "vibhor agrawal, Michalis pervolarakis", "license": "MIT", "homepage": "https://github.com/Pervolarakis/compile-run#readme", "devDependencies": { "@types/node": "^10.12.15", "typescript": "^3.5.3" }, "files": [ "dist", "extensions-map.json" ] }