{
  "name": "@blueprint/hello-world",
  "version": "0.0.1",
  "description": "Generic local workspace package blueprint.",
  "private": true,
  "license": "UNLICENSED",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "format": "prettier --write --single-quote \"src/**/*.ts\"",
    "format:check": "prettier --check --single-quote \"src/**/*.ts\""
  },
  "devDependencies": {
    "typescript": "^5.9.3"
  }
}
