UNPKG

node-linker-pro

Version:

Keep node_modules out of cloud sync folders by linking them to a local cache. Cross-platform. Includes global npm setup command.

35 lines (34 loc) 754 B
{ "name": "node-linker-pro", "version": "0.2.8", "description": "Keep node_modules out of cloud sync folders by linking them to a local cache. Cross-platform. Includes global npm setup command.", "bin": { "node-linker-pro": "node-linker-pro.mjs", "nlp-init": "nlp-init.mjs" }, "type": "module", "license": "MIT", "keywords": [ "node_modules", "link", "symlink", "junction", "cache", "cloud", "onedrive", "google-drive", "backup", "npm" ], "engines": { "node": ">=16" }, "author": "Rom Fatal", "repository": { "type": "git", "url": "https://github.com/RomFatal/node-linker-pro.git" }, "dependencies": { "chalk": "^5.3.0" } }