{
    "name": "express-api-template",
    "version": "3.3.0",
    "description": "Project for quick express.js setup",
    "main": "index.js",
    "type": "module",
    "bin": {
        "template-cli": "index.js"
    },
    "scripts": {
        "test": "echo \"Error: no test specified\" && exit 1",
        "release": "np --yolo --any-branch"
    },
    "homepage": "https://github.com/iamharshil/express-api-template#readme",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/iamharshil/express-api-template.git"
    },
    "bugs": {
        "url": "https://github.com/iamharshil/express-api-template/issues",
        "email": "harshilc71@gmail.com"
    },
    "author": "iamharshil",
    "license": "MIT",
    "keywords": [
        "express",
        "express javascript",
        "express typescript",
        "express template",
        "typescript template",
        "express api template",
        "typescript api template",
        "node template",
        "node api template"
    ],
    "dependencies": {
        "@biomejs/biome": "^2.3.11",
        "@inquirer/prompts": "^7.0.0",
        "ora": "^9.0.0"
    },
    "devDependencies": {
        "@babel/core": "^7.28.5",
        "eslint": "^9.39.2",
        "eslint-config-airbnb-base": "^15.0.0",
        "eslint-config-prettier": "^10.1.8",
        "eslint-plugin-import": "^2.32.0",
        "eslint-plugin-prettier": "^5.5.4",
        "np": "^10.2.0",
        "prettier": "^3.7.4"
    }
}
