UNPKG

jsonql-contract

Version:

JS API / command line tool to generate the contract.json for jsonql

15 lines (13 loc) 299 B
const generator = require('./generator') const getPaths = require('./get-paths') const { checkFile, applyDefaultOptions } = require('./utils') // export watcher const watcher = require('./watcher') // main module.exports = { applyDefaultOptions, generator, getPaths, checkFile, watcher }