UNPKG

compile-run

Version:

You can execute programs in different languages using this package

46 lines (45 loc) 1 kB
{ "name": "compile-run", "version": "2.3.4", "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/vibhor1997a/compile-run.git" }, "keywords": [ "compile", "run", "compile-run", "execute", "python", "java", "node", "nodejs", "gcc", "cpp", "c", "c++" ], "author": "vibhor agrawal <vibhor349a@rediffmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/vibhor1997a/compile-run/issues" }, "homepage": "https://github.com/vibhor1997a/compile-run#readme", "devDependencies": { "@types/node": "^10.12.15", "typescript": "^3.5.3" }, "files": [ "dist", "extensions-map.json" ] }