package-main
v1.0.1
Published
require your main module
Downloads
1
Readme
package-main
require your "main" module
Install
$ npm install --save package-main
Usage
require('package-main')(__dirname)
//=> the main parent
API
packageMain([cwd])
-> Any
cwd
Required
Type: string
The current working directory from which to traverse upwards for the main
script
License
MIT © Ben Drucker