{
  "name": "@nomadland/mono",
  "description": "Monorepo development & continuous integration tooling.",
  "version": "0.3.4",
  "publishConfig": {
    "registry": "https://registry.npmjs.org",
    "access": "public"
  },
  "main": "lib/index.js",
  "bin": {
    "mono": "bin/cli.js"
  },
  "keywords": [
    "workflow",
    "speedy",
    "nomadland",
    "monorepo",
    "release",
    "lerna",
    "continuous integration",
    "tooling"
  ],
  "typings": "src/index.ts",
  "scripts": {
    "bootstrap": "pnpm install --prefer-offline",
    "dev": "npm run build -- -w",
    "build": "tsc",
    "prepublishOnly": "npm run build",
    "test": "jest",
    "cov": "jest --coverage",
    "release": "publish"
  },
  "dependencies": {
    "@speedy-js/config-loader": "0.1.3",
    "boxen": "^4.1.0",
    "cac": "^6.5.10",
    "chalk": "^2.4.1",
    "chokidar": "^3.4.0",
    "conventional-changelog": "^3.1.24",
    "conventional-changelog-cli": "^2.0.31",
    "debug": "^4.3.2",
    "execa": "^3.2.0",
    "fs-extra": "^7.0.0",
    "globby": "^9.0.0",
    "inquirer": "^7.2.0",
    "lerna": "^4.0.0",
    "node-fetch": "^2.6.0",
    "semver": "^6.3.0",
    "shelljs": "^0.8.4",
    "string-width": "^4.2.0",
    "text-table": "^0.2.0",
    "tslib": "^2.3.1",
    "url-join": "^4.0.1"
  },
  "devDependencies": {
    "@types/cors": "^2.8.9",
    "@types/express": "^4.17.6",
    "@types/fs-extra": "^8.1.0",
    "@types/inquirer": "^7.3.3",
    "@types/node-fetch": "^2.5.11",
    "@types/semver": "^6.2.0",
    "@types/shelljs": "^0.8.8",
    "@types/string-width": "^4.0.1",
    "@types/text-table": "^0.2.2",
    "@types/url-join": "^4.0.1",
    "@types/jest": "27.0.0",
    "typescript": "4.5.2",
    "jest": "27.3.1",
    "jest-cli": "27.3.1",
    "jest-serializer-path": "0.1.15",
    "ts-jest": "27.0.7",
    "strip-ansi": "6.0.1",
    "@speedy-js/publish": "0.1.3"
  },
  "repository": {
    "url": "git@github.com:ulivz/mono.git",
    "type": "git"
  },
  "files": [
    "bin",
    "lib",
    "!lib/*.tsbuildinfo",
    "!lib/*.map",
    "types",
    "*.d.ts"
  ]
}
