UNPKG

compile-run-kira

Version:

You can execute programs in diff languages using this package

45 lines (44 loc) 951 B
{ "name": "compile-run-kira", "version": "2.3.1", "description": "You can execute programs in diff languages using this package", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "npm run tsc --", "tsc": "tsc" }, "repository": { "type": "git", "url": "git+https://github.com/l-ide/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/l-ide/compile-run/issues" }, "homepage": "https://github.com/l-ide/compile-run#readme", "devDependencies": { "@types/node": "^10.12.15", "typescript": "^3.2.2" }, "files": [ "dist", "extensions-map.json" ] }