UNPKG

@herongxhr/sayhi

Version:

A framework-agnostic greeting generator based on time, date, and weekday with multi-language support

36 lines (35 loc) 845 B
{ "name": "@herongxhr/sayhi", "version": "1.0.2", "description": "A framework-agnostic greeting generator based on time, date, and weekday with multi-language support", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "type": "module", "files": [ "dist" ], "scripts": { "build": "tsc && rollup -c", "prepublishOnly": "npm run build" }, "keywords": [ "sayhi", "time-based", "multi-language", "typescript" ], "author": "Rong He <herongxhr@gmail.com>", "license": "MIT", "devDependencies": { "@rollup/plugin-typescript": "^11.1.5", "@types/node": "^22.13.10", "rollup": "^3.29.4", "tslib": "^2.8.1", "typescript": "^5.2.2" }, "repository": { "type": "git", "url": "https://github.com/herongxhr/greeting-generator.git" } }