{
  "name": "@saiteja13/express-template",
  "version": "1.0.0",
  "description": "",
  "type": "module",
  "bin": {
    "express-template": "./bin/index.js"
  },
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "create-express-ts-starter",
    "taraksh01",
    "express",
    "typescript",
    "starter",
    "cli"
  ],
  "author": "Sai Teja",
  "license": "ISC",
  "dependencies": {
    "boxen": "^8.0.1",
    "chalk": "^5.4.1",
    "enquirer": "^2.4.1",
    "figlet": "^1.8.1",
    "ora": "^8.2.0"
  }
}
