{
  "name": "npm-commands-ngs",
  "version": "1.0.2",
  "description": "Reusable commands for NPM",
  "author": "Sridhar Mallela",
  "license": "MIT",
  "homepage": "https://sridharmallela.github.io/ngs-workspace/npm-commands",
  "type": "commonjs",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "typings": "./dist/index.d.ts",
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "default": "./dist/index.js"
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sridharmallela/ngs-workspace.git",
    "directory": "packages/npm-commands"
  },
  "bugs": {
    "url": "https://github.com/sridharmallela/ngs-workspace/issues"
  },
  "config": {
    "unsafe-perm": true
  },
  "keywords": [
    "npm",
    "npm commands",
    "npm-commands"
  ],
  "peerDependencies": {}
}
