{
  "name": "@geut/chast",
  "version": "3.2.6",
  "description": "Unist compatible spec for changelogs and helpers to nodes creation",
  "homepage": "http://geutstudio.com",
  "type": "module",
  "module": "./src/index.js",
  "exports": {
    ".": "./src/index.js",
    "./actions": "./src/actions.js"
  },
  "scripts": {
    "lint": "standard \"**/*.js\""
  },
  "dependencies": {
    "semver": "^7.3.5",
    "unist-builder": "^3.0.0"
  },
  "devDependencies": {
    "standard": "^16.0.3"
  },
  "standard": {
    "env": [
      "node"
    ]
  },
  "author": {
    "name": "GEUT",
    "email": "contact@geutstudio.com"
  },
  "license": "ISC",
  "repository": "https://github.com/geut/chan/tree/master/packages/chast",
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "a1e1fac2d60de4f420db039b66f012c7d8d07ecf"
}
