ptils
v0.3.0
Published
utils for package.json
Downloads
140
Readme
ptils
utils for package.json
Install
$ yarn add --dev ptils
Usage
{
"dependencies": {
"react": "^16.0.0"
}
}
const { hasAnyDep } = require('ptils')
hasAnyDep('react')
//=> true
hasAnyDep('lodash')
//=> 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):
This project follows the all-contributors specification. Contributions of any kind welcome!
License
MIT © akameco