ptils
utils for package.json
Install
$ yarn add --dev ptils
Usage
const hasAnyDep = //=> true //=> false
API
hasAnyDep(pkg: string): boolean
hasDep(pkg: string): boolean
hasDevDep(pkg: string): boolean
hasPeerDep(pkg: string): boolean
hasScript(script: string): boolean
Original
https://github.com/kentcdodds/kcd-scripts/blob/v0.32.2/src/utils.js
Check kentcdodds/kcd-scripts: CLI toolbox for common scripts for my projects. It's awesome package!
Contributors
Thanks goes to these wonderful people (emoji key):
akameco 💻 📖 ⚠️ 🚇 |
---|
This project follows the all-contributors specification. Contributions of any kind welcome!
License
MIT © akameco