@clduab11/gemini-flow
Version:
Revolutionary AI agent swarm coordination platform with Google Services integration, multimedia processing, and production-ready monitoring. Features 8 Google AI services, quantum computing capabilities, and enterprise-grade security.
30 lines • 549 B
JavaScript
module.exports = {
presets: [
['@babel/preset-env', {
targets: {
node: '18'
},
modules: 'auto'
}],
['@babel/preset-typescript', {
allowNamespaces: true,
allowDeclareFields: true
}]
],
env: {
test: {
presets: [
['@babel/preset-env', {
targets: {
node: '18'
},
modules: 'commonjs'
}],
['@babel/preset-typescript', {
allowNamespaces: true,
allowDeclareFields: true
}]
]
}
}
};