oimp
Version:
A CLI tool for generating OI problem and packages
45 lines (44 loc) • 962 B
JSON
{
"name": "oimp",
"version": "1.4.1",
"description": "A CLI tool for generating OI problem and packages",
"bin": {
"oimp": "./bin/oimp.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"archiver": "^7.0.1",
"chalk": "^4.1.2",
"chokidar": "^3.5.3",
"commander": "^9.4.1",
"express": "^4.18.2",
"highlight.js": "^11.9.0",
"inquirer": "^8.2.4",
"js-yaml": "^4.1.0",
"katex": "^0.16.9",
"marked": "^9.1.6",
"marked-highlight": "^2.0.1",
"mkdirp": "^3.0.1",
"multer": "^2.0.2",
"node-pty": "^1.0.0",
"open": "^9.1.0",
"ora": "^8.2.0",
"rimraf": "^6.0.1",
"unzipper": "^0.12.3",
"ws": "^8.18.3"
},
"keywords": [
"oi",
"OI",
"make problem",
"problem generator"
],
"license": "MIT",
"devDependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/chjshen/oimp.git"
}
}