{
  "name": "@stevebartmoss/cronosjs",
  "version": "1.20.19",
  "description": "Libreria para trabajar con fechas",
  "main": "cronos/cronos.js",
  "type": "module",
  "scripts": {
    "test": "jest"
  },
  "author": "Steve",
  "license": "GPL-3.0",
  "repository":{
    "type": "git",
    "url": "https://github.com/SteveBartmoss/CronosJs"
  },
  "keywords": [
    "date",
    "dates",
    "javascript",
    "date-library",
    "date-manipulation",
    "cronos",
    "cronosjs"
  ],
  "devDependencies": {
    "@babel/preset-env": "^7.26.9",
    "babel-jest": "^29.7.0",
    "jest": "^29.7.0"
  }
}
