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/plugin-transform-runtime',
12 '@babel/preset-env',
13 '@babel/runtime'
14 ],
15 devdep: [
16 'autod',
17 'babylon',
18 'coffeescript',
19 'ddeyes',
20 'shelljs'
21 ],
22 semver: [
23 'babylon@next'
24 ],
25 exclude: [
26 './node_modules/*',
27 './.autod.conf.js'
28 ]
29};