since-time-ago-typescript
Version:
typescript package to convert time stamp into a readable format
28 lines (27 loc) • 618 B
JSON
{
"name": "since-time-ago-typescript",
"version": "2.1.1",
"description": "typescript package to convert time stamp into a readable format",
"license": "MIT",
"scripts": {
"build": "tsc --declaration",
"test": "npm run build && jest test.js"
},
"repository": {
"url": "https://github.com/mrbrianevans/since-time-ago"
},
"main": "index.js",
"keywords": [
"ago",
"format",
"since",
"time",
"timestamp"
],
"devDependencies": {
"@types/jest": "^27.0.2",
"jest": "^24.9.0",
"typescript": "^4.4.3"
},
"types": "index.d.ts"
}