{
  "name": "@faisalrmdhn08/allin-cli",
  "version": "1.0.27",
  "description": "A modern full-stack CLI tool based on Typescript designed to accelerate your app development process — setup your entire stack in one seamless command.",
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "import": "./dist/index.js",
      "require": "./dist/index.cjs",
      "types": "./dist/index.d.ts"
    }
  },
  "main": "dist/index.js",
  "bin": {
    "allin": "dist/index.js"
  },
  "scripts": {
    "start": "npx tsx src/index.ts",
    "build": "npx tsc && tsc-alias",
    "format": "prettier --write .",
    "check-format": "prettier --check .",
    "ci": "npm run build && npm run check-format",
    "test": "node --experimental-vm-modules node_modules/.bin/jest"
  },
  "homepage": "https://github.com/Kolong-Meja/allin-cli",
  "bugs": {
    "url": "https://github.com/Kolong-Meja/allin-cli/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Kolong-Meja/allin-cli.git"
  },
  "files": [
    "dist",
    "bin",
    "templates"
  ],
  "keywords": [
    "cli",
    "npmtool",
    "typescript",
    "javascript",
    "template",
    "allin",
    "generate",
    "generator",
    "command",
    "options",
    "question",
    "answers",
    "terminal"
  ],
  "author": "Faisal Ramadhan <faisalramadhan1299@gmail.com> (https://faisalramadhanid.netlify.app/)",
  "license": "MIT",
  "preferGlobal": true,
  "engines": {
    "node": ">=22",
    "npm": ">=10"
  },
  "type": "module",
  "types": "./dist/index.d.ts",
  "devDependencies": {
    "@jest/globals": "^30.0.0",
    "@tsconfig/node22": "^22.0.2",
    "@types/figlet": "^1.7.0",
    "@types/fs-extra": "^11.0.4",
    "@types/jest": "^29.5.14",
    "@types/node": "^22.15.21",
    "@types/semver": "^7.7.1",
    "@types/unzipper": "^0.10.11",
    "jest": "^29.7.0",
    "prettier": "^3.5.3",
    "ts-jest": "^29.4.0",
    "ts-node": "^10.9.2",
    "tsc-alias": "^1.8.16",
    "typescript": "^5.9.2"
  },
  "dependencies": {
    "@aws-sdk/client-s3": "^3.940.0",
    "@eslint/create-config": "^1.10.0",
    "@smithy/node-http-handler": "^4.4.5",
    "boxen": "^8.0.1",
    "chalk": "^5.4.1",
    "commander": "^14.0.0",
    "dotenv": "^16.5.0",
    "execa": "^9.5.3",
    "figlet": "^1.8.1",
    "fs-extra": "^11.3.0",
    "gradient-string": "^3.0.0",
    "inquirer": "^12.6.1",
    "npm-check-updates": "^19.0.0",
    "ora": "^8.2.0",
    "picocolors": "^1.1.1",
    "rxjs": "^7.8.2",
    "semver": "^7.7.2",
    "table": "^6.9.0",
    "unzipper": "^0.12.3"
  }
}
