UNPKG

npm-link-extra

Version:

npm or yarn link common modules between a project and a monorepo/multi-packages dir

35 lines (34 loc) 681 B
{ "name": "npm-link-extra", "version": "4.0.3", "description": "npm or yarn link common modules between a project and a monorepo/multi-packages dir", "author": "David Daniel, <david.e.daniel@gmail.com>", "license": "MIT", "main": "lib/index.js", "bin": { "nlx": "bin/cli.js" }, "scripts": { "test": "", "lint": "eslint . --fix" }, "repository": { "type": "git", "url": "https://github.com/DavideDaniel/npm-link-extra" }, "keywords": [ "npm", "yarn", "link", "unlink", "show", "javascript", "monorepos", "node", "nodejs" ], "dependencies": { "execa": "^0.8.0", "minimist": "^1.2.0" } }