@typedly/property
Version:
A TypeScript type definitions package to handle object property-related operations.
52 lines (51 loc) • 1.13 kB
JSON
{
"name": "@typedly/property",
"version": "0.1.1",
"author": "wwwdev.io <dev@wwwdev.io>",
"description": "A TypeScript type definitions package to handle object property-related operations.",
"license": "MIT",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"repository": {
"type": "git",
"url": "git+https://github.com/typedly/property.git"
},
"bugs": {
"url": "https://github.com/typedly/property/issues"
},
"keywords": [
"@typedly",
"@typedly/property",
"Add",
"DeepAdd",
"DeepPick",
"Get",
"PickByType",
"Remove",
"Set",
"Update"
],
"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/typedly-property.mjs"
}
}
}