UNPKG

@softwareventures/time

Version:

Data types and functions for working with abstract times of day

92 lines (91 loc) 2.65 kB
{ "name": "@softwareventures/time", "version": "3.1.2", "description": "Data types and functions for working with abstract times of day", "keywords": [ "TypeScript", "time" ], "author": "Daniel Cassidy <mail@danielcassidy.me.uk>", "homepage": "https://github.com/softwareventures/time", "bugs": "https://github.com/softwareventures/time/issues", "repository": "github:softwareventures/time", "license": "ISC", "scripts": { "commit": "cz", "fix": "tsc --noEmit && eslint . --fix && prettier --write .", "_postinstall": "husky install", "lint": "tsc --noEmit && eslint . && prettier --check .", "prepack": "tsc", "test": "ava" }, "sideEffects": false, "engines": { "node": "^18 || >=20" }, "dependencies": { "@softwareventures/format-time": "^1.0.0", "@softwareventures/nullable": "^3.2.0", "@softwareventures/ordered": "^1.0.0 || ^2.0.0", "@types/is-integer": "1.0.2", "is-integer": "^1.0.7", "is-integer-in-range": "^3.0.1 || ^4.0.0", "tslib": "^2.1.0", "unknown": "^0.2.5" }, "devDependencies": { "@commitlint/cli": "18.6.1", "@commitlint/config-conventional": "18.6.3", "@commitlint/cz-commitlint": "18.6.1", "@softwareventures/eslint-config": "7.5.0", "@softwareventures/precise-commits": "4.0.9", "@softwareventures/prettier-config": "4.0.0", "@softwareventures/semantic-release-config": "5.0.0", "@softwareventures/tsconfig": "7.1.1", "@types/node": "20.12.12", "@typescript-eslint/eslint-plugin": "7.7.0", "@typescript-eslint/parser": "7.7.0", "ava": "6.1.2", "commitizen": "4.3.0", "conventional-changelog-conventionalcommits": "7.0.2", "eslint": "8.57.0", "eslint-config-prettier": "9.1.0", "eslint-plugin-import": "2.29.1", "eslint-plugin-jsdoc": "48.2.3", "eslint-plugin-prefer-arrow": "1.2.3", "eslint-plugin-sonarjs": "0.25.1", "husky": "9.0.11", "inquirer": "8.2.6", "pinst": "3.0.0", "prettier": "2.8.8", "semantic-release": "23.0.8", "semantic-release-pinst": "1.0.3", "ts-node": "10.9.2", "typescript": "5.4.5" }, "eslintConfig": { "root": true, "extends": "@softwareventures" }, "prettier": "@softwareventures/prettier-config", "config": { "commitizen": { "path": "./node_modules/@commitlint/cz-commitlint" } }, "ava": { "extensions": [ "ts" ], "require": [ "ts-node/register/files" ] }, "release": { "extends": "@softwareventures/semantic-release-config" }, "packageManager": "yarn@4.1.1", "publishConfig": { "access": "public" } }