only-allow
Version:
Force a specific package manager to be used on a project
31 lines • 636 B
JSON
{
"name": "only-allow",
"version": "1.2.2",
"description": "Force a specific package manager to be used on a project",
"main": "bin.js",
"bin": "bin.js",
"files": [
"bin.js"
],
"keywords": [
"pnpm",
"cnpm",
"npm",
"yarn",
"bun"
],
"author": "Zoltan Kochan <z@kochan.io>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/pnpm/only-allow.git"
},
"bugs": {
"url": "https://github.com/pnpm/only-allow/issues"
},
"homepage": "https://github.com/pnpm/only-allow#readme",
"dependencies": {
"which-pm-runs": "1.1.0"
},
"scripts": {}
}