UNPKG

108 BJavaScriptView Raw
1const packagejson = require('../package.json')
2
3console.log(JSON.stringify({version: packagejson.version}))