bash-calendar/package.json

19 lines
363 B
JSON

{
"name": "bash-calendar",
"description": "终端版万年历",
"version": "1.2.7",
"author": "yutent <yutent.io@gmail.com>",
"bin": {
"calendar": "index.js",
"cal": "index.js"
},
"engines": {
"node": ">=10.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/yutent/bash-calendar.git"
},
"license": "MIT"
}
终端版万年历, 可显示农历、法定节假日。
JavaScript 100%