{
  "name": "get-npm-info",
  "version": "1.0.4",
  "description": "> TODO: description",
  "author": "szy1000 <1538078053@qq.com>",
  "homepage": "",
  "license": "ISC",
  "main": "lib/index.js",
  "directories": {
    "lib": "lib",
    "test": "__tests__"
  },
  "files": [
    "lib"
  ],
  "publishConfig": {
    "registry": "http://registry.npmjs.org/"
  },
  "scripts": {
    "test": "echo \"Error: run tests from root\" && exit 1"
  },
  "dependencies": {
    "axios": "^0.27.2",
    "url-join": "^4.0.0",
    "semver": "^7.3.7"
  }
}
