35 lines
711 B
JSON
35 lines
711 B
JSON
{
|
|
"name": "which-pm-runs",
|
|
"version": "1.0.0",
|
|
"description": "Detects what package manager executes the process",
|
|
"main": "index.js",
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"scripts": {
|
|
"test": "tape test"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/zkochan/which-pm-runs.git"
|
|
},
|
|
"keywords": [
|
|
"npm",
|
|
"pnpm",
|
|
"yarn"
|
|
],
|
|
"author": "Zoltan Kochan",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/zkochan/which-pm-runs/issues"
|
|
},
|
|
"homepage": "https://github.com/zkochan/which-pm-runs#readme",
|
|
"devDependencies": {
|
|
"execa": "^0.6.3",
|
|
"npm": "^4.4.4",
|
|
"pnpm": "^0.64.3",
|
|
"tape": "^4.6.3",
|
|
"yarn": "^0.22.0"
|
|
}
|
|
}
|