imeoic
Version:
Imeoic - Integrated Management Environment for OI Contest
36 lines (35 loc) • 713 B
JSON
{
"name": "imeoic",
"version": "1.0.5",
"description": "Imeoic - Integrated Management Environment for OI Contest",
"main": "lib/index.js",
"bin": {
"imeoic": "./lib/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/imeoic/imeoic.git"
},
"keywords": [
"OI",
"cli",
"imeoic"
],
"author": "Sukwants",
"contributors": [
"zhangyt",
"yolanda",
"zsq147258369"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/imeoic/imeoic/issues"
},
"homepage": "https://github.com/imeoic/imeoic",
"dependencies": {
"commander": "^10.0.0",
"fs-extra": "^11.1.0",
"moment": "^2.29.4",
"yamljs": "^0.3.0"
}
}