{
  "name": "@geut/chan",
  "version": "3.2.9",
  "description": "Write and maintain a CHANGELOG from your command line.",
  "homepage": "http://geutstudio.com",
  "type": "module",
  "bin": {
    "chan": "./bin/chan.js"
  },
  "engines": {
    "node": ">=14.13.0 || >=12.22.1"
  },
  "scripts": {
    "test": "cross-env NODE_OPTIONS=--experimental-vm-modules jest",
    "lint": "standard \"**/*.js\""
  },
  "dependencies": {
    "@actions/github": "^5.0.0",
    "@geut/chan-core": "^3.2.7",
    "@geut/git-url-parse": "^3.2.6",
    "boxen": "^5.0.1",
    "editor": "^1.0.0",
    "find-up": "^5.0.0",
    "new-github-release-url": "^1.0.0",
    "open": "^8.2.0",
    "semver": "^7.3.5",
    "signale": "^1.4.0",
    "tempfile": "^4.0.0",
    "to-vfile": "^6.1.0",
    "yargs": "^17.0.1"
  },
  "devDependencies": {
    "cross-env": "^7.0.3",
    "dirname-filename-esm": "^1.1.1",
    "jest": "^27.0.0",
    "standard": "^16.0.3"
  },
  "jest": {
    "resolver": "<rootDir>/../../jest-module-resolver.js",
    "transform": {}
  },
  "standard": {
    "ignore": [
      "bin"
    ],
    "env": [
      "node",
      "jest"
    ]
  },
  "author": {
    "name": "GEUT",
    "email": "contact@geutstudio.com"
  },
  "license": "ISC",
  "repository": "https://github.com/geut/chan/tree/master/packages/chan",
  "publishConfig": {
    "access": "public"
  }
}
