@eweilow/paket-cli
Version:
A simple CLI for updating JS packages throughout an entire workspace
47 lines (46 loc) • 1.1 kB
JSON
{
"name": "@eweilow/paket-cli",
"version": "0.0.1-alpha.6",
"description": "A simple CLI for updating JS packages throughout an entire workspace",
"main": "./",
"sideEffects": false,
"publishConfig": {
"access": "public"
},
"bin": {
"paket": "./cli.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eweilow/paket.git"
},
"author": "eweilow",
"license": "MIT",
"bugs": {
"url": "https://github.com/eweilow/paket/issues"
},
"homepage": "https://github.com/eweilow/paket",
"dependencies": {
"chalk": "2.4.2",
"detect-newline": "3.0.0",
"glob": "7.1.4",
"minimatch": "3.0.4",
"node-fetch": "2.6.0",
"source-map-support": "0.5.13"
},
"devDependencies": {
"@types/chalk": "^2.2.0",
"@types/detect-newline": "^3.0.2",
"@types/glob": "7.1.1",
"@types/minimatch": "^3.0.3",
"@types/node": "12.7.1",
"@types/node-fetch": "2.5.0",
"tmp": "0.1.0",
"tmp-promise": "2.0.2"
},
"gitHead": "f7ff6c31f421be5eea93e859d32ee0554da44f15",
"keywords": [
"paket"
],
"types": "./"
}