pm-info
Version:
A simple utility to get the package manager information which used in the project
55 lines • 1.46 kB
JSON
{
"name": "pm-info",
"description": "A simple utility to get the package manager information which used in the project",
"version": "3.3.1",
"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": {
"load-yml": "^1.4.0"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.43.0"
},
"sideEffects": false,
"keywords": [
"node-kit",
"packageManager",
"pm-info",
"pm-information"
],
"license": "MIT",
"author": "saqqdy <https://github.com/saqqdy>",
"homepage": "https://github.com/saqqdy/node-kit/tree/master/packages/pm-info#readme",
"bugs": {
"url": "https://github.com/saqqdy/node-kit/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/saqqdy/node-kit.git",
"directory": "packages/pm-info"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public"
}
}