UNPKG

msf-cli

Version:

My Sync Folders - sync files between folders based on watchman

47 lines (46 loc) 1.12 kB
{ "name": "msf-cli", "version": "1.2.5", "description": "My Sync Folders - sync files between folders based on watchman", "main": "index.js", "bin": { "msf": "lib/cli.js" }, "files": [ "lib/" ], "scripts": { "clean": "rm -rf lib", "build": "npm run clean && npm run compile", "compile": "tsc", "start": "npm run compile -- --watch", "release": "npm test && npm run build && standard-version && git push --follow-tags origin master && npm publish", "test": "echo \"no test specified\"" }, "repository": { "type": "git", "url": "git+https://github.com/rocwind/msf-cli.git" }, "keywords": [ "watchman", "sync" ], "author": "Roc", "license": "MIT", "dependencies": { "chalk": "^4.1.2", "fb-watchman": "^2.0.1", "fs-extra": "^10.0.0", "ignore": "^5.1.8", "wait-ready": "^0.6.0", "yargs": "^17.1.1" }, "devDependencies": { "@types/fb-watchman": "2.0.1", "@types/fs-extra": "9.0.13", "@types/node": "16.11.26", "@types/yargs": "17.0.8", "standard-version": "9.3.2", "typescript": "4.5.5" } }