UNPKG

recuint

Version:

Now you can install your dependencies on package.json recursively, without run **npm install** or **yarn** manualy on every folder on your project.

32 lines (31 loc) 814 B
{ "name": "recuint", "version": "1.2.3", "description": "Now you can install your dependencies on package.json recursively, without run **npm install** or **yarn** manualy on every folder on your project.", "main": "index.js", "keywords": [ "package-json", "install-recursive", "npm-install-recursive", "npm", "npm-scripts", "npm-install", "yarn", "yarn-package", "cli", "installer" ], "author": "Muhibbudin Suretno <muhibbudinsuretno1@gmail.com>", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/muhibbudins/recuint.git" }, "bugs": { "url": "https://github.com/muhibbudins/recuint/issues" }, "homepage": "https://github.com/muhibbudins/recuint#readme", "dependencies": { "shelljs": "^0.8.2" } }