{
  "name": "@nomadland/publish",
  "description": "Shipped a standard `npm publish` workflow with one click.",
  "version": "0.1.1",
  "publishConfig": {
    "registry": "https://registry.npmjs.org",
    "access": "public"
  },
  "bin": {
    "publish": "bin/cli.js"
  },
  "keywords": [
    "workflow",
    "speedy",
    "speedy-js",
    "publish",
    "release",
    "npm publish"
  ],
  "scripts": {
    "dev": "npm run build -- -w",
    "build": "tsc -p tsconfig.build.json",
    "prepublishOnly": "npm run build",
    "test": "jest",
    "cov": "jest --coverage",
    "release": "publish"
  },
  "dependencies": {
    "@nomadland/publish": "0.1.0",
    "cac": "^6.7.3",
    "conventional-changelog-cli": "^2.1.1",
    "execa": "^4.1.0",
    "inquirer": "^7.3.3",
    "meow": "8.1.2",
    "semver": "^7.3.5",
    "tslib": "^2.3.1"
  },
  "devDependencies": {
    "@types/inquirer": "^8.1.2",
    "@types/node": "^14.14.39",
    "@types/semver": "^7.3.8",
    "eslint": "^7.32.0",
    "typescript": "4.5.2"
  },
  "files": [
    "bin",
    "lib",
    "!lib/*.tsbuildinfo",
    "!lib/*.map",
    "types",
    "*.d.ts"
  ]
}
