UNPKG

472 BJavaScriptView Raw
1module.exports = {
2 write: true,
3 registry: 'https://registry.npm.taobao.org',
4 prefix: '~',
5 devprefix: '^',
6 plugin: '',
7 test: [],
8 dep: [
9 '@babel/cli',
10 '@babel/core',
11 '@babel/preset-env',
12 '@babel/plugin-transform-runtime',
13 '@babel/runtime',
14 'cfx.babel',
15 'cfx.require',
16 'coffeescript',
17 'shelljs'
18 ],
19 devdep: [
20 'autod',
21 'ddeyes',
22 'shelljs'
23 ],
24 exclude: [
25 './node_modules/*',
26 './.autod.conf.js'
27 ]
28};