nextgen-mft-ai
Version:
AI-powered Managed File Transfer (MFT) library for secure, intelligent, and automated cloud data movement.
18 lines (15 loc) • 305 B
Plain Text
## 📄 `package.json`
```json
{
"name": "nextgen-mft-ai",
"version": "0.1.0",
"description": "AI-powered Managed File Transfer library",
"main": "src/index.js",
"scripts": {
"test": "node test/mft.test.js"
},
"author": "Raghava Chellu",
"license": "MIT",
"dependencies": {}
}