UNPKG

434 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 'eyes',
10 'replace',
11 '@babel/runtime'
12 ],
13 devdep: [
14 '@babel/cli',
15 '@babel/core',
16 '@babel/preset-env',
17 '@babel/plugin-transform-runtime',
18 'autod',
19 'coffeescript',
20 'shelljs'
21 ],
22 exclude: [
23 './node_modules/*',
24 './.autod.conf.js'
25 ]
26};