UNPKG

data-hora

Version:

Paquete para mostrar la fecha y hora actual

29 lines 741 B
{ "name": "data-hora", "version": "1.0.5", "description": "Paquete para mostrar la fecha y hora actual", "main": "src/index.js", "module": "src/index.js", "type": "module", "scripts": { "start": "node src/index.js", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/blackfel666/data-hora.git" }, "keywords": ["fecha", "hora", "utilidades"], "author": "Tu Nombre", "license": "ISC", "bugs": { "url": "https://github.com/blackfel666/data-hora/issues" }, "homepage": "https://github.com/blackfel666/data-hora#readme", "exports": { ".": { "import": "./src/index.js", "require": "./src/index.js" } } }