Current File : //lib/node_modules/npm-name-cli/node_modules/@bconnorwhite/module/package.json
{
  "name": "@bconnorwhite/module",
  "version": "2.0.2",
  "description": "Read your module's package.json without importing it",
  "license": "MIT",
  "author": {
    "name": "Connor White",
    "email": "connor.bcw@gmail.com",
    "url": "https://connorwhite.org"
  },
  "homepage": "https://connorwhite.org/github/module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bconnorwhite/module.git"
  },
  "keywords": [
    "version",
    "read",
    "package",
    "pkg",
    "json",
    "module"
  ],
  "files": [
    "build"
  ],
  "main": "./build/index.js",
  "scripts": {
    "build": "bob build",
    "postversion": "git push",
    "prepublishOnly": "yarn build"
  },
  "dependencies": {
    "find-up": "^5.0.0",
    "read-json-safe": "^1.0.5",
    "types-pkg-json": "^1.1.0"
  },
  "devDependencies": {
    "@bconnorwhite/bob": "^2.1.0",
    "@types/node": "^14.6.4"
  }
}