@typescript-package/length
Version:
A lightweight TypeScript library for the length.
52 lines • 1.24 kB
JSON
{
"name": "@typescript-package/length",
"version": "0.1.0",
"author": "wwwdev.io <dev@wwwdev.io>",
"description": "A lightweight TypeScript library for the length.",
"license": "MIT",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"peerDependencies": {
"@typedly/length": "^0.1.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/typescript-package/length.git"
},
"bugs": {
"url": "https://github.com/typescript-package/length/issues"
},
"keywords": [
"@typescript-package",
"@typescript-package/length",
"@typedly/length",
"Length"
],
"funding": [
{
"type": "stripe",
"url": "https://donate.stripe.com/dR614hfDZcJE3wAcMM"
},
{
"type": "revolut",
"url": "https://checkout.revolut.com/pay/048b10a3-0e10-42c8-a917-e3e9cb4c8e29"
}
],
"sideEffects": false,
"module": "fesm2022/typescript-package-length.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/typescript-package-length.mjs"
}
},
"dependencies": {
"tslib": "^2.3.0"
}
}