UNPKG

@containertechnology/gx

Version:

gx returns gm, ge, or gn for respective parts of day, based on a provided date and timezone.

42 lines (41 loc) 1.03 kB
{ "name": "@containertechnology/gx", "version": "0.0.3", "description": "gx returns gm, ge, or gn for respective parts of day, based on a provided date and timezone.", "main": "dist/index.js", "scripts": { "doc": "typedoc src/index.ts", "build": "tsc", "test": "jest", "fix": "ts-standard --fix ./src/**/*.ts", "prepare": "husky install" }, "repository": { "type": "git", "url": "git+https://github.com/Container-Technology/gx.git" }, "keywords": [ "gm", "ge", "gn" ], "author": "Container Technology", "license": "MIT", "bugs": { "url": "https://github.com/Container-Technology/gx/issues" }, "homepage": "https://github.com/Container-Technology/gx#readme", "devDependencies": { "@types/jest": "^28.1.2", "jest": "^28.1.1", "ts-jest": "^28.0.5", "ts-standard": "^11.0.0", "typedoc": "^0.22.17", "typescript": "^4.7.4", "husky": "^8.0.0" }, "dependencies": { "date-fns": "^2.28.0", "date-fns-tz": "^1.3.5" } }