UNPKG

mtsl

Version:

Replaces npm link with something that actually works!

57 lines (56 loc) 1.29 kB
{ "name": "mtsl", "version": "0.0.13", "description": "Replaces npm link with something that actually works!", "scripts": { "pretty": "prettier --config ./.prettierrc.json --write \"src/**/*.js\"" }, "bin": { "mtsl": "./bin/cli.js" }, "author": "nomi9995 <muhammadnuman70@gmail.com> (http://www.github.com/nomi9995)", "license": "MIT", "preferGlobal": true, "repository": { "type": "git", "url": "git+https://github.com/nomi9995/mtsl.git" }, "bugs": { "url": "https://github.com/nomi9995/mtsl/issues" }, "homepage": "https://github.com/nomi9995/mtsl#readme", "dependencies": { "chokidar": "^3.4.0", "colors": "^1.4.0", "columnify": "^1.5.4", "commander": "^5.1.0", "esm": "^3.2.25", "fs-extra": "^9.0.1", "inquirer": "^7.2.0", "is-there": "^4.5.0", "prettier": "^2.0.5", "untildify": "^4.0.0" }, "devDependencies": { "babel-eslint": "^6.0.4", "eslint": "^4.18.2", "husky": "^4.2.5" }, "husky": { "hooks": { "pre-commit": "npm run pretty && git add ." } }, "publishConfig": { "registry": "https://registry.npmjs.org/" }, "keywords": [ "symlink", "symboliclink", "symlinks", "copy", "watcher", "tangible", "tangible symlink" ] }