UNPKG

ipld-explorer-cli

Version:

Explore the IPLD directed acyclic graph with your keyboard

6 lines (4 loc) 120 B
const pkg = require('../../package.json') module.exports = function version () { return { out: `v${pkg.version}` } }