bash-calendar/package.json

20 lines
387 B
JSON
Raw Normal View History

2021-11-26 17:24:37 +08:00
{
"name": "bash-calendar",
"description": "终端版万年历",
"version": "0.0.1",
2021-11-29 16:05:25 +08:00
"type": "module",
2021-11-26 17:24:37 +08:00
"author": "yutent <yutent.io@gmail.com>",
"bin": {
"calendar": "index.js",
"cal": "index.js"
},
"dependencies": {
2021-11-29 19:53:02 +08:00
"chalk": "^4.0.0"
2021-11-26 17:24:37 +08:00
},
"repository": {
"type": "git",
"url": "https://github.com/yutent/bash-calendar.git"
},
"license": "MIT"
}