{
  "name": "specific-alpha",
  "version": "0.1.37",
  "description": "CLI for Specific infrastructure-as-code",
  "type": "module",
  "main": "dist/cli.js",
  "bin": {
    "specific": "./dist/cli.js"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "node build.mjs && cp -r src/docs dist/",
    "build:dev": "NODE_ENV=development node build.mjs && cp -r src/docs dist/",
    "build:staging": "NODE_ENV=staging node build.mjs && cp -r src/docs dist/",
    "link:dev": "npm run build:dev && npm link",
    "link:staging": "npm run build:staging && npm link",
    "link:prod": "npm run build && npm link"
  },
  "keywords": [
    "infrastructure",
    "cli",
    "iac",
    "coding-agents"
  ],
  "license": "ISC",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fabianlindfors/specific-infra.git",
    "directory": "packages/cli"
  },
  "engines": {
    "node": ">=18"
  },
  "dependencies": {
    "chokidar": "^5.0.0",
    "commander": "^14.0.2",
    "http-proxy": "^1.18.1",
    "ink": "^6.5.1",
    "ink-spinner": "^5.0.0",
    "node-forge": "^1.3.1",
    "open": "^11.0.0",
    "react": "^19.2.3",
    "s3rver": "^3.7.1",
    "tar-vern": "^1.3.0"
  },
  "devDependencies": {
    "@types/http-proxy": "^1.17.17",
    "@types/node-forge": "^1.3.11",
    "@types/react": "^19.2.7",
    "esbuild": "^0.24.0"
  }
}