UNPKG

ebics-client

Version:
18 lines (14 loc) 278 B
'use strict'; const { version } = require('../package.json'); const name = 'Node Ebics Client'; const orderOperations = { ini: 'INI', upload: 'UPLOAD', download: 'DOWNLOAD', }; module.exports = { name, version, orderOperations, productString: `${name} ${version}`, };