Version.js 90 Bytes EditWeb IDE 1 2 3 4 5 'use strict'; const pkg = require('../../package.json'); exports.version = pkg.version;