{
  "name": "@jswork/topics2keywords",
  "version": "1.0.1",
  "description": "Sync github topics to npm keywords.",
  "homepage": "https://github.com/afeiship/topics2keywords",
  "author": {
    "name": "afei",
    "email": "1290657123@qq.com"
  },
  "bin": {
    "t2k": "bin/index.js",
    "topics2keywords": "bin/index.js"
  },
  "main": "index.js",
  "license": "MIT",
  "dependencies": {
    "@jswork/next": "^1.0.4",
    "@jswork/next-absolute-package": "^1.0.1",
    "@jswork/next-json-configuration": "^1.0.0",
    "@jswork/next-slice2str": "^1.0.0",
    "chalk": "^4.1.0",
    "commander": "^6.2.0",
    "git-url-parse": "^11.4.0",
    "node-fetch": "^2.6.1",
    "ora": "^5.1.0"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "devDependencies": {
    "prettier": "^2.1.2",
    "release-it": "^14.2.1"
  },
  "keywords": [
    "github",
    "topics",
    "topic",
    "tag",
    "keywords",
    "npm",
    "nodejs",
    "cli",
    "command-line-tool",
    "t2k",
    "sync",
    "tags"
  ],
  "scripts": {
    "release": "release-it"
  }
}
