{
  "name": "@tanggoat/tang-other",
  "version": "1.0.7",
  "description": "tang-other 项目包",
  "main": "index.js",
  "keywords": [
    "tang",
    "other",
    "utility"
  ],
  "author": "tangbei",
  "license": "ISC",
  "dependencies": {
    "@tanggoat/npm-helper": "1.0.10"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/tangbei/tang-npm-monorepo.git",
    "directory": "packages/tang-other"
  },
  "bugs": {
    "url": "https://github.com/tangbei/tang-npm-monorepo/issues"
  },
  "homepage": "https://github.com/tangbei/tang-npm-monorepo/blob/main/packages/tang-other/README.md",
  "scripts": {
    "check": "npm-helper check",
    "release": "npm-helper release",
    "registry": "npm-helper registry"
  }
}