UNPKG

@digital-magic/io-ts-local-date-time

Version:

LocalDate, LocalTime and TimeSlot types and utilities for TS

86 lines (85 loc) 2.67 kB
{ "name": "@digital-magic/io-ts-local-date-time", "version": "1.0.5", "description": "LocalDate, LocalTime and TimeSlot types and utilities for TS", "main": "lib/index.js", "typings": "lib/index.d.ts", "sideEffects": false, "scripts": { "clean": "rimraf ./lib", "lint": "eslint .", "jest-clear-cache": "jest --clearCache", "prettier": "pretty-quick --check --pattern \"src/**/*.*(ts|tsx)\" --pattern \"test/**/*.*(ts|tsx)\"", "fix-prettier": "pretty-quick --pattern \"src/**/*.*(ts|tsx)\" --pattern \"test/**/*.*(ts|tsx)\"", "jest": "jest", "test": "npm run jest-clear-cache && npm run prettier && npm run jest", "prebuild": "npm run clean && npm run prettier", "postbuild": "pretty-quick --pattern \"lib/**/*.*(js|ts|jsx|tsx)\"", "prepare": "husky install && tsc -p .", "build": "tsc -p ./tsconfig.build.json" }, "repository": { "type": "git", "url": "git+https://github.com/digital-magic-io/io-ts-local-date-time.git" }, "files": [ "lib/", "LICENSE", "README.md" ], "author": "Jevgeni Goloborodko <jevgeni@digital-magic.io>", "license": "MIT", "bugs": { "url": "https://github.com/digital-magic-io/io-ts-local-date-time/issues" }, "homepage": "https://github.com/digital-magic-io/io-ts-local-date-time#readme", "keywords": [ "typescript", "io-ts", "localtime", "localdate" ], "tags": [ "typescript", "io-ts", "localtime", "localdate" ], "devDependencies": { "@babel/plugin-proposal-optional-chaining": "^7.13.8", "@babel/preset-env": "^7.13.9", "@digital-magic/fp-ts-extensions": "^1.0.16", "@digital-magic/io-ts-extensions": "^1.0.5", "@digital-magic/ts-common-utils": "^1.0.16", "@types/jest": "^26.0.20", "@types/node": "^14.14.32", "@types/prettier": "^2.2.2", "@typescript-eslint/eslint-plugin": "^4.16.1", "@typescript-eslint/parser": "^4.16.1", "eslint": "^7.21.0", "eslint-plugin-functional": "^3.2.1", "eslint-plugin-prettier": "^3.3.1", "fp-ts": "^2.9.5", "husky": "^5.1.3", "io-ts": "^2.2.15", "jest": "^26.6.3", "moment": "^2.29.1", "prettier": "^2.2.1", "pretty-quick": "^3.1.0", "rimraf": "^3.0.2", "ts-jest": "^26.5.3", "ts-node": "^9.1.1", "typescript": "^4.2.3" }, "peerDependencies": { "@digital-magic/fp-ts-extensions": ">=1.0.16", "@digital-magic/io-ts-extensions": ">=1.0.5", "@digital-magic/ts-common-utils": ">=1.0.16", "fp-ts": ">=2.9.5", "io-ts": ">=2.2.15", "io-ts-types": ">=0.5.15", "moment": ">= 2.29.1", "monocle-ts": ">=2.3.7", "newtype-ts": ">= 0.3.4" } }