UNPKG

egg-rbac-instance

Version:
28 lines (26 loc) 380 B
'use strict'; module.exports = { write: true, prefix: '^', plugin: 'autod-egg', test: [ 'test', 'benchmark', ], devdep: [ 'egg', 'egg-ci', 'egg-bin', 'autod', 'autod-egg', 'eslint', 'eslint-config-egg', 'supertest', 'webstorm-disable-index', ], exclude: [ './test/fixtures', './docs', './coverage', ], };