UNPKG

chapter-and-verse

Version:

Given a bible reference, validates it and returns an object with book, chapter, verse and more

13 lines (11 loc) 236 B
const {camelCase} = require('lodash') const {name} = require('./package.json') const library = camelCase(name) module.exports = { entry: './index.js', output: { path: __dirname, filename: library + '.js', library } }