UNPKG

only-allow-many

Version:

Force specific package manager(s) to be used on a project

32 lines (31 loc) 670 B
{ "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" } }