Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@doodle/doodle-node-cli / package.json
Size: Mime:
{"name":"@doodle/doodle-node-cli","version":"1.3.2","description":"A collection of useful utilities for Doodlers","license":"UNLICENSED","repository":{"type":"git","url":"https://github.com/DoodleScheduling/doodle-node-cli/"},"publishConfig":{"registry":"https://npm-proxy.fury.io/tmf/"},"author":{"name":"Michael Wuergler","email":"wuergler@gmail.com","url":"https://github.com/radiovisual"},"bin":{"doodle":"./cli.js"},"scripts":{"lint":"eslint *.js src __tests__","test":"npm run lint && npx jest"},"engines":{"node":">=8"},"files":["index.js","cli.js","src"],"keywords":["cli-app","cli","doodle"],"dependencies":{"@doodle/billing-client":"2.0.0-rc.7","@doodlescheduling/eslint-config":"^1.0.0","chalk":"^2.4.2","clipboardy":"^2.3.0","current-git-branch":"^1.0.1","execa":"^2.0.4","fetch-everywhere":"^1.0.5","fuzzy":"^0.1.3","git-remote-origin-url":"^3.1.0","inquirer":"^6.0.0","inquirer-autocomplete-prompt":"^1.0.1","jest":"^24.9.0","minimist":"^1.2.0","moment":"^2.29.0","open":"^6.1.0","ora":"^3.4.0","prettier":"^1.18.2","read-pkg-up":"^5.0.0","rev-hash":"^3.0.0","table":"^5.4.6","update-notifier":"^5.1.0","write-json-file":"^4.2.0"},"devDependencies":{"eslint-plugin-prettier":"^3.1.4","husky":"^3.0.5"},"husky":{"hooks":{"pre-commit":"npm run lint","pre-push":"npm run test && npm run lint"}}}