{
  "name": "only-allow-many",
  "version": "1.2.2",
  "description": "Force specific package manager(s) to be used on a project",
  "main": "bin.js",
  "bin": "bin.js",
  "files": [
    "bin.js"
  ],
  "scripts": {},
  "keywords": [
    "pnpm",
    "cnpm",
    "npm",
    "yarn",
    "bun"
  ],
  "author": "Huort louis <louis@huort.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rharkor/only-allow-many.git"
  },
  "bugs": {
    "url": "https://github.com/rharkor/only-allow-many/issues"
  },
  "homepage": "https://github.com/rharkor/only-allow-many#readme",
  "dependencies": {
    "which-pm-runs": "^1.1.0"
  }
}
