dayjs-tz-format
Version:
A Day.js plugin that combines timezone conversion and formatting
41 lines • 1 kB
JSON
{
"name": "dayjs-tz-format",
"version": "1.0.1",
"description": "A Day.js plugin that combines timezone conversion and formatting",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "types/index.d.ts",
"scripts": {
"build": "rollup -c",
"test": "jest",
"prepare": "npm run build"
},
"keywords": [
"dayjs",
"dayjs-plugin",
"timezone",
"format",
"date"
],
"files": [
"dist",
"types"
],
"author": "hyperMoss",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/yourusername/dayjs-tz-format.git"
},
"peerDependencies": {
"dayjs": "^1.11.0"
},
"devDependencies": {
"@babel/core": "^7.26.9",
"@babel/preset-env": "^7.26.9",
"jest": "^29.7.0",
"rollup": "^2.79.2",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-terser": "^7.0.2"
}
}