UNPKG

closed-interval

Version:

Utilities for working with a range of items of any type

42 lines (41 loc) 935 B
{ "name": "closed-interval", "version": "1.2.0", "description": "Utilities for working with a range of items of any type", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "exports": { ".": { "import": "./dist/esm/index.js", "require": "./dist/cjs/index.js" } }, "scripts": { "build": "rimraf dist/ && tsc -p tsconfig.json && tsc -p tsconfig-cjs.json && ./fixup", "test": "jest" }, "repository": { "type": "git", "url": "https://github.com/antoniom/closed-interval.git" }, "files": [ "dist/" ], "keywords": [ "math", "interval", "range", "closed-interval" ], "author": "Antonis Balasas <abalasas@gmail.com>", "license": "MIT", "devDependencies": { "@types/jest": "^29.5.0", "jest": "^29.5.0", "prettier": "^2.8.7", "rimraf": "^5.0.0", "ts-jest": "^29.1.0", "typescript": "^5.0.3" }, "dependencies": {} }