UNPKG

pro_grader

Version:

A tool to batch clone git repos and log express endpoints.

37 lines (36 loc) 883 B
{ "name": "pro_grader", "version": "1.2.7", "description": "A tool to batch clone git repos and log express endpoints.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "u4ik", "license": "ISC", "bin": { "grade": "index.js" }, "type": "module", "dependencies": { "axios": "^0.24.0", "cfonts": "^2.10.0", "dotenv": "^10.0.0", "form-data": "^4.0.0", "hyperlinker": "^1.0.0", "node-async-exec": "^1.2.0", "prettier": "^2.5.1", "prompts": "^2.4.2", "terminal-link": "^3.0.0" }, "keywords": [ "gradeexpress", "npm", "package", "u4ik", "batchclone", "cliapp", "windows", "batchgrader" ] }