{
  "name": "ppd-utils",
  "version": "1.1.2",
  "description": "utils",
  "main": "index.js",
  "scripts": {
    "test": "mocha",
    "publish": "npm version patch && npm publish"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/pp-design/ppd-utils.git"
  },
  "keywords": [
    "ppd",
    "util"
  ],
  "author": "grabbychen",
  "license": "MIT",
  "dependencies": {
    "chalk": "^4.1.2",
    "execa": "^5.1.1",
    "fs-extra": "^10.0.0",
    "handlebars": "^4.7.7",
    "latest-version": "5.1.0",
    "metalsmith": "^2.3.0",
    "ora": "^5.4.1",
    "rimraf": "^3.0.2",
    "semver": "^7.3.5"
  },
  "devDependencies": {
    "chai": "^4.3.4",
    "mocha": "^9.0.3"
  },
  "engines": {
    "node": ">=8.9"
  }
}
