{
  "name": "@celljs/cli-common",
  "version": "3.7.8",
  "description": "Cell CLI Common.",
  "homepage": "https://github.com/cellbang/cell",
  "bugs": {
    "url": "https://github.com/cellbang/cell/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/cellbang/cell.git"
  },
  "license": "MIT",
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "files": [
    "lib",
    "src"
  ],
  "scripts": {
    "build": "cell-component build",
    "clean": "cell-component clean",
    "lint": "cell-component lint",
    "test": "cell-component test:js",
    "watch": "cell-component watch"
  },
  "dependencies": {
    "@celljs/frameworks": "3.7.8",
    "@yarnpkg/lockfile": "^1.1.0",
    "chalk": "^4.1.0",
    "commander": "^11.0.0",
    "fs-extra": "^11.1.1",
    "importx-tsup": "^0.5.2",
    "jexl": "^2.3.0",
    "js-yaml": "^4.1.0",
    "lodash.clonedeep": "^4.5.0",
    "lodash.mergewith": "^4.6.2",
    "lru-cache": "^10.0.0",
    "minimist": "^1.2.8",
    "ora": "^5.4.1",
    "prompts": "2.4.2",
    "randomatic": "^3.1.1",
    "semver": "^7.5.3",
    "temp": "^0.9.3",
    "traverse": "^0.6.7",
    "ts-node": "^10.9.1",
    "tslib": "^2.8.0",
    "typescript": "~5.4.5"
  },
  "devDependencies": {
    "@celljs/component": "3.7.8",
    "@types/fs-extra": "^11.0.1",
    "@types/jexl": "^2.3.1",
    "@types/js-yaml": "^4.0.5",
    "@types/lodash.mergewith": "^4.6.6",
    "@types/randomatic": "^3.1.3",
    "@types/yarnpkg__lockfile": "^1.1.6"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "4f0b2259a4943a1512dd5dd25d7a67f1e5099e56"
}
