UNPKG

@onereach/orest-input-cli

Version:

The tool for creating, serving, and publishing OREST Inputs

5 lines (3 loc) 148 B
const path = require('path'); const readPkg = require('read-pkg'); module.exports = readPkg.sync({ cwd: path.join(__dirname, '../../') }).version;