{
  "name": "4bnode",
  "version": "4.2.0",
  "description": "4bnode is a CLI-powered backend development platform with a built-in visual dashboard to generate, manage, and test Node.js/Express APIs faster.",
  "main": "index.js",
  "type": "module",
  "bin": {
    "4bnode": "index.js"
  },
  "scripts": {
    "test": "node lib/codegen.test.js",
    "sync": "node lib/sync-skeleton.js",
    "prepublishOnly": "npm run sync"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/pawan-4brains/4bnode"
  },
  "keywords": [
    "node",
    "generator",
    "express",
    "express-generator",
    "node.js",
    "Node.js skeleton"
  ],
  "author": "4Brains",
  "license": "Proprietary",
  "dependencies": {
    "@inquirer/prompts": "^8.3.0",
    "chalk": "^5.4.1",
    "gradient-string": "^3.0.0",
    "ora": "^9.3.0"
  }
}
