{
  "name": "create-ampless",
  "version": "1.0.0-beta.187",
  "description": "Create a new ampless project",
  "license": "MIT",
  "type": "module",
  "bin": {
    "create-ampless": "./dist/index.js"
  },
  "files": [
    "dist",
    "README.md"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/heavymoons/ampless.git",
    "directory": "packages/create-ampless"
  },
  "homepage": "https://github.com/heavymoons/ampless#readme",
  "bugs": "https://github.com/heavymoons/ampless/issues",
  "dependencies": {
    "@clack/prompts": "^1.4.0",
    "execa": "^9.6.1",
    "picocolors": "^1.1.1"
  },
  "keywords": [
    "cms",
    "aws",
    "amplify",
    "serverless",
    "create"
  ],
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch",
    "lint": "tsc --noEmit",
    "test": "vitest run --passWithNoTests"
  }
}