{
  "name": "create-outsystems-astro",
  "type": "module",
  "version": "0.11.2",
  "description": "Create an OutSystems Astro Island project to import as a component into your OutSystems application",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hs2323/create-outsystems-astro.git"
  },
  "bin": {
    "create-outsystems-astro": "bin/cli.js"
  },
  "files": [
    "bin",
    "integrations",
    "integrations/package.json",
    "template",
    "template/.gitignore"
  ],
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "astro",
    "outsystems",
    "starter",
    "create",
    "template"
  ],
  "license": "MIT",
  "dependencies": {
    "prompts": "^2.4.2",
    "yargs": "^18.0.0"
  }
}
