bash-calendar/package.json

19 lines
363 B
JSON
Raw Normal View History

2021-11-26 17:24:37 +08:00
{
"name": "bash-calendar",
"description": "终端版万年历",
2023-08-20 00:39:11 +08:00
"version": "1.2.7",
2021-11-26 17:24:37 +08:00
"author": "yutent <yutent.io@gmail.com>",
"bin": {
"calendar": "index.js",
"cal": "index.js"
},
2021-11-30 18:50:37 +08:00
"engines": {
"node": ">=10.0.0"
2021-11-26 17:24:37 +08:00
},
"repository": {
"type": "git",
"url": "https://github.com/yutent/bash-calendar.git"
},
"license": "MIT"
}