{
  "name": "hello-coders-pkg",
  "version": "1.0.6",
  "main": "index.js",
  "description": "A simple hello coders package",
  "keywords": [
    "hello",
    "coders"
  ],
  "author": "Magical Coder From Mars",
  "license": "MIT",
  "type": "module",
  "scripts": {
    "build": "tsc"
  },
  "devDependencies": {
    "typescript": "^5.8.3"
  },
  "files": [
    "dist"
  ]
}
