{
  "name": "published",
  "version": "1.9.1",
  "description": "📦 Opinionated NPM publish program",
  "keywords": [
    "npm",
    "publish",
    "ci-cd",
    "automation",
    "cli",
    "npx",
    "📦"
  ],
  "author": "Fiverr SRE",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fiverr/published.git"
  },
  "homepage": "https://published.js.org/",
  "main": "./app/index.js",
  "type": "commonjs",
  "bin": {
    "published": "./bin/index.js"
  },
  "scripts": {
    "start": "./bin/index.js --git-tag",
    "test": "mocha '**/spec.js'",
    "lint": "eslint -c .eslintrc '**/*.js'"
  },
  "dependencies": {
    "async-execute": "^1.1.0",
    "async-git": "1.13.0",
    "doamrn": "^1.0.3",
    "edit-package": "^1.0.3",
    "index-require": "^1.0.0",
    "jsnpm": "^0.4.1",
    "yargs": "^17.7.2"
  },
  "devDependencies": {
    "@fiverr/eslint-config-fiverr": "^3.1.3",
    "chai": "^4.4.1",
    "eslint": "^8.57.0",
    "eslint-plugin-log": "^1.2.3",
    "import-fresh": "^3.1.0",
    "mocha": "^6.2.3"
  },
  "publishConfig": {
    "tag": "latest"
  }
}
