UNPKG

generator-eggjs

Version:
23 lines (21 loc) 277 B
'use strict'; module.exports = { write: true, prefix: '^', test: [ 'test', ], dep: [ ], devdep: [ 'egg-ci', 'egg-bin', 'autod', 'eslint', 'eslint-config-egg', 'webstorm-disable-index', ], exclude: [ './test/fixtures', ], };