{
    "name": "giteai",
    "version": "2.1.0",
    "license": "MIT",
    "type": "module",
    "main": "./dist/index.js",
    "bin": {
        "gite": "./dist/index.js",
        "gt": "./dist/index.js"
    },
    "scripts": {
        "start": "node --no-warnings=ExperimentalWarning --loader ts-node/esm src\\index.ts",
        "clean": "rimraf ./dist/ ./exec/",
        "build": "npm run clean && tsup",
        "bundle": "npm run build && pkg . --out-dir ./exec/",
        "refresh": "rm -rf ./node_modules ./package-lock.json && npm install",
        "test": "npm run build && ava --verbose",
        "pub": "npm run build && npm version minor && npm publish",
        "pub:dev": "npm run build && gt && npm version patch && npm publish"
    },
    "dependencies": {
        "@clack/prompts": "^0.7.0",
        "axios": "^1.7.2",
        "chalk": "^5.3.0",
        "child_process": "^1.0.2",
        "commander": "^12.1.0",
        "node-emoji": "^2.1.3",
        "simple-git": "^3.25.0"
    },
    "devDependencies": {
        "@jefferson-calmon/eslint-config": "^1.6.0",
        "@types/figlet": "^1.5.8",
        "@types/node": "^20.14.9",
        "ava": "^6.1.3",
        "eslint": "^8",
        "ts-node": "^10.9.2",
        "tsup": "^8.1.0",
        "typescript": "^5.5.3"
    }
}
