yarn-frozen-dependencies
Version:
A yarn plugin who freeze the workspace dependencies to prevent undesired updates.
30 lines (29 loc) • 745 B
JSON
{
"name": "yarn-frozen-dependencies",
"version": "1.0.0",
"description": "A yarn plugin who freeze the workspace dependencies to prevent undesired updates.",
"homepage": "https://github.com/romdej/yarn-frozen-dependencies",
"bugs": "https://github.com/romdej/yarn-frozen-dependencies/issues",
"repository": "git@github.com:romdej/yarn-frozen-dependencies.git",
"author": "Romain Dejoux <contact@romdej.dev> (https://github.com/romdej)",
"license": "MIT",
"engines": {
"node": ".nvmrc"
},
"scripts": {
"build": "builder build plugin"
},
"keywords": [
"yarn",
"plugin",
"berry",
"frozen",
"dependencies",
"freeze",
"sealed",
"seal",
"warning",
"error",
"confirm"
]
}