Closed iliakan closed 10 years ago
A small note where package.json is searched by default.
package.json
P.S. And one more way to get package.json is to search up from path.dirname(module.parent.filename), not from process.cwd().
path.dirname(module.parent.filename)
process.cwd()
A small note where
package.json
is searched by default.