book-meeting-room
Version:
## 项目简介
101 lines (100 loc) • 2.16 kB
JSON
{
"name": "book-meeting-room",
"version": "1.1.5",
"scripts": {
"start": "node index.js",
"build": "gulp",
"release": "standard-version",
"test": "echo \"Error: no test specified\"",
"release:minor": "standard-version --release-as minor",
"release:major": "standard-version --release-as major",
"release:patch": "standard-version --release-as patch"
},
"bin": {
"book-meeting-room": "./dist/index.js",
"bmr": "./dist/index.js"
},
"keywords": [
"meeting",
"meeting-room",
"bmr"
],
"files": [
"dist"
],
"main": "./dist/index.js",
"author": "chaowei.hou",
"engines": {
"node": ">=18.0.0"
},
"license": "ISC",
"type": "module",
"description": "",
"dependencies": {
"axios": "^1.10.0",
"chalk": "^5.4.1",
"dayjs": "^1.11.13",
"del": "^8.0.0",
"dotenv": "^16.5.0",
"inquirer": "^12.6.3",
"run-applescript": "^7.0.0"
},
"devDependencies": {
"@babel/core": "^7.27.4",
"@babel/preset-env": "^7.27.2",
"gulp": "^5.0.1",
"gulp-babel": "^8.0.0",
"gulp-header": "^2.0.9",
"gulp-less": "^5.0.0",
"gulp-uglify": "^3.0.2",
"standard-version": "^9.5.0"
},
"standard-version": {
"types": [
{
"type": "feat",
"section": "新功能"
},
{
"type": "fix",
"section": "Bug 修复"
},
{
"type": "docs",
"section": "文档"
},
{
"type": "style",
"section": "代码样式"
},
{
"type": "refactor",
"section": "重构"
},
{
"type": "perf",
"section": "性能优化"
},
{
"type": "test",
"section": "测试"
},
{
"type": "build",
"section": "构建"
},
{
"type": "ci",
"section": "持续集成"
},
{
"type": "chore",
"section": "其他"
}
],
"header": "# 更新日志\n\n本文件记录项目的所有重要更新。格式基于 [Keep a Changelog](https://keepachangelog.com/zh-CN/1.0.0/)。\n",
"skip": {
"tag": true
}
}
}