UNPKG

quasqui

Version:

The meta-framework suite designed from scratch for frontend-focused modern web development.

30 lines (27 loc) 365 B
'use strict'; module.exports = { write: true, prefix: '^', plugin: 'autod-egg', test: [ 'test', 'benchmark', ], dep: [ 'egg', 'egg-scripts', ], devdep: [ 'egg-ci', 'egg-bin', 'egg-mock', 'autod', 'autod-egg', 'eslint', 'eslint-config-egg', ], exclude: [ './test/fixtures', './dist', ], };