const pkg = require('../package.json'); export const name: string = pkg.name; export const version: string = pkg.version;