UNPKG

@silasdavis/legacy-db

Version:

Javascript library that calls a Hyperledger Burrow server over rpc.

18 lines (15 loc) 209 B
module.exports = function () { return { files: [ 'index.js', 'lib/**/*.js', 'test/**/*.json' ], tests: [ 'test/**/*.js' ], env: { type: 'node' } } }