{
  "name": "global",
  "version": "1.0.0",
  "description": "proyecto global",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "node dist/index.js",
    "dev": "ts-node src/index.ts"
  },
  "author": "Rafael",
  "license": "ISC",
  "devDependencies": {
    "typescript": "5.1.6",
    "ts-node": "10.4.0"
  }
}