{
  "name": "@zxmmsd/zx-utils",
  "version": "1.0.14",
  "main": "index.js",
  "bin": {
    "hello": "./bin/hello.js"
  },
  "files": [
    "bin",
    "lib",
    "scripts",
    "tsconfig.json",
    "README.md",
    "CHANGELOG.md"
  ],
  "private": false,
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "os": [
    "win32",
    "!linux"
  ],
  "cpu": [
    "x64",
    "AMD64",
    "!arm",
    "!mips"
  ],
  "license": "MIT",
  "scripts": {
    "publish:p": "standard-version -r patch",
    "test": "cross-env NODE_ENV=development node ./scripts/test.js"
  },
  "config": {
    "port": 3000
  },
  "devDependencies": {
    "standard-version": "^9.5.0"
  }
}
