{
  "name": "codigos-utiles-ap",
  "version": "1.15.0",
  "description": "Módulo que contiene códigos para darte una mano en tus proyectos de TypeScript y JavaScript",
  "main": "dist/index.js",
  "type": "module",
  "scripts": {
    "start": "node dist/index.js",
    "build": "tsc --watch",
    "dev": "node --watch dist/index.js",
    "test": "node --watch index.test.js"
  },
  "keywords": [
    "Utils",
    "Math",
    "Backend",
    "Front-end",
    "Number",
    "Array",
    "String",
    "Object",
    "Multi",
    "TypeScript"
  ],
  "author": {
    "name": "Alejandro Portaluppi",
    "email": "alejandro_portaluppi@outlook.com",
    "url": "https://portfolioalejandrop.netlify.app/"
  },
  "license": "ISC",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Ale6100/codigos-utiles-ap.git"
  },
  "bugs": {
    "url": "https://github.com/Ale6100/codigos-utiles-ap/issues"
  },
  "homepage": "https://github.com/Ale6100/codigos-utiles-ap#readme",
  "devDependencies": {
    "typescript": "^5.7.2"
  }
}
