@oyearun/format-dates.js
Version:
---
44 lines (43 loc) • 890 B
JSON
{
"name": "@oyearun/format-dates.js",
"version": "1.0.7",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"exports": {
".": "./dist/index.js"
},
"scripts": {
"test": "jest",
"build": "rollup -c"
},
"keywords": [
"typescript",
"javascript",
"js",
"ts",
"date",
"datesjs",
"@oyearun/format-dates.js",
"moment",
"dayjs",
"format-date",
"date-formatter"
],
"author": "codewitharun",
"license": "ISC",
"description": "",
"devDependencies": {
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-typescript": "^12.1.1",
"@types/jest": "^29.5.14",
"jest": "^29.7.0",
"rollup": "^4.28.0",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "^5.7.2"
},
"dependencies": {
"tslib": "^2.8.1"
}
}