Version.js 90 Bytes
'use strict';

const pkg = require('../../package.json');

exports.version = pkg.version;