is-node-package

2.0.0 • Public • Published

is-node-package

Check if a given directory is node package - node package

Installation

npm i is-node-package

Usage

  var inp = require('is-node-package')

  inp('./', process.cwd())
  // true if current directory contains a package.json
  // false if current directory doesn't contain a package.json

License

MIT

  • © 2018 Git Faf
  • © 2021 Anubhav

Readme

Keywords

none

Package Sidebar

Install

npm i is-node-package

Weekly Downloads

1

Version

2.0.0

License

MIT

Unpacked Size

2.65 kB

Total Files

5

Last publish

Collaborators

  • iamanubhavsaini
  • git.faf