@typescript-package/range
Version:
A lightweight TypeScript library for managing various types of ranges.
53 lines (52 loc) • 1.21 kB
JSON
{
"name": "@typescript-package/range",
"version": "1.0.0",
"author": "wwwdev.io <dev@wwwdev.io>",
"description": "A lightweight TypeScript library for managing various types of ranges.",
"license": "MIT",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"repository": {
"type": "git",
"url": "git+https://github.com/typescript-package/range.git"
},
"bugs": {
"url": "https://github.com/typescript-package/range/issues"
},
"keywords": [
"@typescript-package",
"@typescript-package/range",
"Greater",
"Inequality",
"Less",
"Maximum",
"Minimum",
"Range",
"between",
"maximum number",
"minimum number"
],
"funding": [
{
"type": "stripe",
"url": "https://donate.stripe.com/dR614hfDZcJE3wAcMM"
},
{
"type": "revolut",
"url": "https://checkout.revolut.com/pay/048b10a3-0e10-42c8-a917-e3e9cb4c8e29"
}
],
"sideEffects": false,
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/typescript-package-range.mjs"
}
}
}