UNPKG

dogyear

Version:

Use this module to convert human years for your pet into dog years, and reverse.

33 lines (32 loc) 640 B
{ "name": "dogyear", "version": "1.0.2", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "dog", "dogyears", "years", "calculator", "fun", "animal" ], "author": "eoms", "license": "ISC", "dependencies": { "@types/node": "^18.0.6", "node-fetch": "^3.2.6" }, "devDependencies": {}, "repository": { "type": "git", "url": "git+https://github.com/eeoms/DogYear.git" }, "bugs": { "url": "https://github.com/eeoms/DogYear/issues" }, "homepage": "https://github.com/eeoms/DogYear#readme", "description": "" }