{
  "name": "@kcram-solutions/logger",
  "version": "0.2.3",
  "description": "Logger simple para node y el navegador",
  "main": "./src/main.js",
  "types": "./dist/main.d.ts",
  "scripts": {
    "test": "moka",
    "types": "tsc"
  },
  "keywords": [],
  "author": {
    "name": "Marck C. Guzmán",
    "email": "mcarrion@kcramsolutions.com"
  },
  "repository": {
    "url": "https://github.com/KcramSolutions/logger",
    "type": "git"
  },
  "license": "MIT",
  "devDependencies": {
    "moka": "^0.2.0",
    "typescript": "^5.3.3"
  },
  "files": [
    "./src",
    "./README.md"
  ]
}
