{
  "name": "jianying",
  "version": "0.1.1",
  "description": "A CLI Tools for parse JianyingPro Projects.",
  "keywords": [
    "jianying",
    "cli",
    "zce"
  ],
  "repository": "zce/jianying",
  "license": "MIT",
  "author": "zce <w@zce.me> (https://zce.me)",
  "main": "lib/index.js",
  "bin": "bin/jianying.js",
  "files": [
    "bin",
    "lib"
  ],
  "scripts": {
    "lint": "standard --fix",
    "prepare": "npm run lint"
  },
  "renovate": {
    "extends": [
      "zce"
    ]
  },
  "dependencies": {
    "cac": "^6.7.3"
  },
  "devDependencies": {
    "standard": "16.0.3"
  },
  "engines": {
    "node": ">=12"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  }
}
