ab-read-package
v1.0.0
Published
Read package.json file
Downloads
6
Readme
ab-read-package
Read package.json file
How to install
npm i ab-read-package
How to use
const readPackage = require('ab-read-package')
readPackage(filePath)
.then(pacakge => ...)
API
- readPackage(filePath)
- filePath: directory | full path to package.json file
- returns promise that resolve to (json) object