UNPKG

local-version

Version:

A "package.json" version number fetcher for local Node module installations. Async and sync.

3 lines 67 B
module.exports = { version: require('./package.json').version; };