{
  "name": "vconsole-helper",
  "version": "1.0.0",
  "description": "轻量级的 VConsole 初始化工具",
  "keywords": [
    "vconsole",
    "plugin-light",
    "vconsole-init",
    "debug"
  ],
  "homepage": "https://novlan1.github.io/docs/plugin-light/zh/vconsole-helper.html",
  "bugs": {
    "url": "https://github.com/novlan1/plugin-light/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/novlan1/plugin-light"
  },
  "license": "MIT",
  "author": "novlan1",
  "main": "./lib/index",
  "files": [
    "lib/"
  ],
  "devDependencies": {
    "t-comm": "^1.5.40"
  },
  "scripts": {
    "build": "rm -rf lib && rollup -c",
    "bump": "node ../../script/monorepo/version-simple $PWD",
    "changelog": "node ../../script/monorepo/changelog $PWD",
    "release": "node ../../script/monorepo/release $PWD"
  }
}