UNPKG

@progress/kendo-date-math

Version:

Kendo UI typescript package exporting functions for Date manipulations

121 lines (120 loc) 3.02 kB
{ "name": "@progress/kendo-date-math", "description": "Kendo UI typescript package exporting functions for Date manipulations", "author": "Progress", "license": "SEE LICENSE IN LICENSE.md", "version": "1.5.17", "main": "dist/npm/main.js", "module": "dist/es/main.js", "jsnext:main": "dist/es/main.js", "es2015": "dist/es2015/main.js", "typings": "dist/npm/main.d.ts", "jsdelivr": "dist/cdn/main.js", "unpkg": "dist/cdn/main.js", "sideEffects": [ "./tz/**/*" ], "engines": { "npm": ">=10.0.0", "node": ">=20.0.0" }, "scripts": { "test": "npm-run-all test:local test:brazil test:utc test:sofia", "test:local": "jest", "test:brazil": "TZ=America/Sao_Paulo jest", "test:utc": "TZ=Etc/UTC jest", "test:sofia": "TZ=Europe/Sofia jest", "start": "gulp start", "lint": "eslint ./src", "api-check": "gulp api-check", "build-package": "NODE_OPTIONS=--openssl-legacy-provider gulp build-package build-es2015-bundle", "update-timezones": "gulp build-timezones", "lint-workflows": "yamllint ./.github/workflows/*.yml", "prepare": "is-ci || husky install" }, "keywords": [ "Kendo UI", "TypeScript" ], "dependencies": { "tslib": "^2.4.1" }, "devDependencies": { "@commitlint/cli": "^19.6.1", "@commitlint/config-conventional": "^19.6.0", "@progress/kendo-typescript-tasks": "^11.3.8-dev.20", "@telerik/kendo-intl": "^1.4.4", "@types/jest": "^29.5.14", "@typescript-eslint/eslint-plugin": "^4.28.2", "colors": "^1.1.2", "core-js": "^2.2.2", "cz-conventional-changelog": "^1.1.5", "es6-promise": "^3.1.2", "es6-shim": "^0.35.0", "es7-reflect-metadata": "^1.6.0", "eslint": "^7.32.0", "ftp": "^0.3.10", "ghooks": "^1.0.3", "gulp": "^5.0.0", "husky": "^9.1.7", "is-ci": "^4.1.0", "jest": "^29.7.0", "jest-preset-typescript": "^1.2.0", "npm-run-all": "^4.1.3", "tar": "^7.5.3", "timezone-js": "^0.4.13", "ts-jest": "^29.2.5", "typescript": "^5.7.3", "xml2js": "^0.6.2", "yaml-lint": "^1.2.4" }, "overrides": { "brace-expansion": ">=5.0.5", "minimatch": ">=10.2.1", "uuid": ">=14.0.0", "node-forge": "1.4.0" }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" }, "ghooks": { "pre-commit": "npm run lint-workflows" } }, "jest": { "preset": "jest-preset-typescript" }, "repository": { "type": "git", "url": "https://github.com/telerik/kendo-date-math.git" }, "bugs": { "url": "https://github.com/telerik/kendo-angular" }, "@progress": { "friendlyName": "DateMath" }, "release": { "branches": [ { "name": "master", "channel": "latest" }, { "name": "develop", "prerelease": true, "channel": "dev" } ] }, "publishConfig": { "access": "public" }, "files": [ "build", "dist", "tz", "src/**/*.d.ts" ] }