UNPKG

age-calculator-utils

Version:

Simple age calculation utility for JavaScript/TypeScript

39 lines (38 loc) 842 B
{ "name": "age-calculator-utils", "version": "1.0.4", "description": "Simple age calculation utility for JavaScript/TypeScript", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "test": "jest", "prepublishOnly": "npm run build" }, "repository": { "type": "git", "url": "https://github.com/nkvch/calculate-age.git" }, "homepage": "https://github.com/nkvch/calculate-age#readme", "bugs": { "url": "https://github.com/nkvch/calculate-age/issues" }, "keywords": [ "age", "calculator", "date", "utility", "typescript" ], "author": "Stanislau Stankevich", "license": "MIT", "files": [ "dist/" ], "devDependencies": { "@types/jest": "^30.0.0", "jest": "^30.0.4", "ts-jest": "^29.4.0", "typescript": "^5.8.3" } }