@node-kit/which-pm
Version:
A simple utility to get which package manager used in the project
59 lines • 1.54 kB
JSON
{
"name": "@node-kit/which-pm",
"description": "A simple utility to get which package manager used in the project",
"version": "3.3.1",
"bin": {
"which-pm": "./bin/index.mjs",
"whichpm": "./bin/index.mjs"
},
"main": "dist/index.cjs.js",
"module": "dist/index.esm-bundler.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"module": "./dist/index.esm-bundler.js",
"require": "./dist/index.cjs.js",
"import": "./dist/index.mjs"
},
"./*": "./*"
},
"directories": {
"bin": "bin",
"dist": "dist",
"src": "src"
},
"files": [
"bin",
"dist",
"typings"
],
"dependencies": {
"pm-info": "3.3.1"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.43.0"
},
"sideEffects": false,
"keywords": [
"node-kit",
"packageManager",
"which-pm",
"what-pm"
],
"license": "MIT",
"author": "saqqdy <https://github.com/saqqdy>",
"homepage": "https://github.com/saqqdy/node-kit/tree/master/packages/which-pm#readme",
"bugs": {
"url": "https://github.com/saqqdy/node-kit/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/saqqdy/node-kit.git",
"directory": "packages/which-pm"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public"
}
}