0.3.0 • Published 7 years ago
ptils v0.3.0
ptils
utils for package.json
Install
$ yarn add --dev ptilsUsage
{
  "dependencies": {
    "react": "^16.0.0"
  }
}const { hasAnyDep } = require('ptils')
hasAnyDep('react')
//=> true
hasAnyDep('lodash')
//=> falseAPI
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