{
    "name": "@arc-fusion-cli/api",
    "version": "1.0.0",
    "description": "Fusion CLI for PB integrations",
    "scripts": {
        "start": "node app.js"
    },
    "keywords": [],
    "license": "ISC",
    "bugs": {
        "url": "https://github.com/WPMedia/fusion-cli/issues"
    },
    "homepage": "https://github.com/WPMedia/fusion-cli#readme",
    "bin": {
        "fusion": "bin/fusion.js"
    },
    "dependencies": {
        "axios": "^0.27.2",
        "body-parser": "^1.20.0",
        "cookie-parser": "^1.4.6",
        "express": "^4.18.1",
        "pm2": "^5.2.0"
    },
    "main": "index.js"
}
