yarn-linked
Version:
List or remove yarn linked modules
33 lines (32 loc) • 726 B
JSON
{
"name": "yarn-linked",
"version": "1.1.9",
"description": "List or remove yarn linked modules",
"bin": {
"yarn-linked": "yarn-linked.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"yarn",
"link",
"cli"
],
"author": "Ziqiang Li<ziqiang.lee@gmail.com>",
"license": "MIT",
"dependencies": {
"fs-extra": "^7.0.1",
"glob": "^7.1.3",
"listr": "^0.14.3",
"yargs": "^12.0.5"
},
"repository": {
"type": "git",
"url": "git+https://github.com/liziqiang/yarn-linked.git"
},
"bugs": {
"url": "https://github.com/liziqiang/yarn-linked/issues"
},
"homepage": "https://github.com/liziqiang/yarn-linked#readme"
}