UNPKG

@171h/dayjs-business-time

Version:

A [Day.js](https://github.com/iamkun/dayjs) plugin that allows you to work with Business Time.

60 lines (59 loc) 1.28 kB
{ "name": "@171h/dayjs-business-time", "version": "1.1.0", "author": "Alexsander Lira", "main": "dist/index.js", "types": "types/index.d.ts", "license": "MIT", "keywords": [ "dayjs", "date", "time", "business time", "business hours", "business days", "working time", "working hours", "working days", "rankmyapp" ], "repository": { "type": "git", "url": "https://github.com/171h/dayjs-business-time.git" }, "scripts": { "test": "jest", "test:watch": "jest --watch", "build": "rm -rf dist && tsc", "prepublishOnly": "yarn build" }, "dependencies": { "dayjs": "^1.10.4" }, "devDependencies": { "@types/node": "^14.14.31", "@types/jest": "^26.0.20", "typescript": "^4.2.2", "jest": "^26.6.3", "prettier": "^2.2.1", "ts-jest": "^26.5.2", "ts-node": "^9.1.1" }, "jest": { "moduleFileExtensions": [ "js", "json", "ts" ], "rootDir": "test", "testRegex": ".*\\.spec\\.ts$", "transform": { "^.+\\.(t|j)s$": "ts-jest" }, "collectCoverageFrom": [ "**/*.(t|j)s" ], "coverageDirectory": "../coverage", "testEnvironment": "node" } }