{
  "name": "create-wattpm",
  "version": "3.64.0",
  "description": "Create platformatic application interactive tool",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/platformatic/platformatic.git"
  },
  "main": "lib/index.js",
  "type": "module",
  "bin": {
    "create-wattpm": "./bin/cli.js"
  },
  "license": "Apache-2.0",
  "author": "Platformatic Inc. <oss@platformatic.dev> (https://platformatic.dev)",
  "dependencies": {
    "columnify": "^1.6.0",
    "execa": "^9.0.0",
    "inquirer": "^13.0.0",
    "minimist": "^1.2.8",
    "ora": "^6.3.1",
    "pino": "^9.9.0",
    "pino-pretty": "^13.0.0",
    "resolve": "^1.22.8",
    "undici": "^7.27.2",
    "which": "^3.0.1",
    "@platformatic/foundation": "3.64.0",
    "@platformatic/generators": "3.64.0"
  },
  "devDependencies": {
    "@types/node": "^22.5.0",
    "c8": "^11.0.0",
    "cleaner-spec-reporter": "^0.5.0",
    "cross-env": "^7.0.3",
    "eslint": "9",
    "esmock": "^2.6.4",
    "fastify": "^5.0.0",
    "neostandard": "^0.12.0",
    "semver": "^7.6.0",
    "typescript": "~5.9.3",
    "yaml": "^2.4.1",
    "@platformatic/gateway": "3.64.0",
    "@platformatic/db": "3.64.0",
    "@platformatic/runtime": "3.64.0",
    "@platformatic/service": "3.64.0"
  },
  "engines": {
    "node": ">=22.19.0"
  },
  "scripts": {
    "test": "npm run test:unit && npm run test:cli",
    "test:cli": "node --test --test-reporter=cleaner-spec-reporter --test-concurrency=1 --test-timeout=2000000 test/cli/*.test.js",
    "test:unit": "node --test --test-reporter=cleaner-spec-reporter --test-concurrency=1 --test-timeout=2000000 test/unit/*.test.js",
    "lint": "eslint"
  }
}