UNPKG

@shencom/utils-date

Version:
53 lines (52 loc) 1.34 kB
{ "name": "@shencom/utils-date", "version": "1.4.0", "private": false, "description": "日期时间处理工具", "author": "许帅领 <xushuailing@shencom.cn>", "homepage": "https://gitlab.shencom.cn/web/tools/npm-monorepo/tree/master/packages/shencom-utils/packages/date", "license": "ISC", "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts", "scripts": { "dev": "cross-env rollup -c --watch", "clean": "npx rimraf ./dist", "build": "pnpm test && pnpm clean && cross-env NODE_ENV=production rollup -c", "format": "prettier -w './src/**/*.{ts}'", "lint": "eslint 'src/**/*.ts' --fix", "prepublishOnly": "pnpm build", "test": "jest" }, "exports": { ".": { "import": "./dist/index.js", "types": "./dist/index.d.ts", "require": "./dist/index.cjs" } }, "sideEffects": false, "files": [ "dist", "src", "README.md", "CHANGELOG.md" ], "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "keywords": [ "shencom", "sc", "utils-date" ], "repository": { "type": "git", "url": "https://gitlab.shencom.cn/web/tools/npm-monorepo.git" }, "dependencies": { "dayjs": "^1.10.7" }, "gitHead": "12a33382eaf61208c2f1138651a0386ef23cf4f7" }