get-registry
Version:
Get registry config for current package manager
36 lines • 788 B
JSON
{
"name": "get-registry",
"version": "1.2.0",
"description": "Get registry config for current package manager",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib"
],
"author": "Shigma <shigma10826@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/shigma/get-registry.git"
},
"bugs": {
"url": "https://github.com/shigma/get-registry/issues"
},
"homepage": "https://github.com/shigma/get-registry",
"keywords": [
"registry",
"package",
"manager"
],
"scripts": {
"build": "tsc -b"
},
"dependencies": {
"which-pm-runs": "^1.1.0"
},
"devDependencies": {
"@types/node": "^22.10.1",
"@types/which-pm-runs": "^1.0.0",
"typescript": "^5.7.2"
}
}