gito_core 1.0.6

offering tiny easy-use api about git info
Documentation
{
  "name": "@homy/gito-core",
  "version": "1.0.4",
  "main": "index.js",
  "types": "index.d.ts",
  "napi": {
    "name": "gito-core",
    "triples": {
      "additional": [
        "aarch64-apple-darwin"
      ]
    }
  },
  "files": [
    "index.d.ts",
    "index.js"
  ],
  "license": "MIT",
  "devDependencies": {
    "@napi-rs/cli": "latest",
    "ava": "^5.1.1"
  },
  "ava": {
    "timeout": "3m"
  },
  "engines": {
    "node": ">= 10"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "scripts": {
    "artifacts": "napi artifacts",
    "build": "napi build --platform --release  --js-package-name @homy/gito-core",
    "build:debug": "napi build --platform",
    "prepublishOnly": "napi prepublish -t npm",
    "publish:allPre": "node publish-all.js --pre",
    "publish:allProd": "node publish-all.js --prod",
    "test": "ava",
    "universal": "napi universal",
    "version": "napi version"
  },
  "packageManager": "yarn@3.5.1",
  "optionalDependencies": {
    "@homy/gito-core-win32-x64-msvc": "1.0.1-beta.1",
    "@homy/gito-core-darwin-x64": "1.0.1-beta.1",
    "@homy/gito-core-linux-x64-gnu": "1.0.1-beta.1",
    "@homy/gito-core-darwin-arm64": "1.0.1-beta.1"
  },
  "repository": "git@github.com:HomyeeKing/gito.git"
}