keyby
Version:
A typescript implementation of keyby method, inspired by lodash.keyby
38 lines (37 loc) • 830 B
JSON
{
"name": "keyby",
"version": "1.1.0",
"description": "A typescript implementation of keyby method, inspired by lodash.keyby",
"exports": "./dist/keyby.js",
"types": "./dist/keyby.d.ts",
"type": "module",
"scripts": {
"build": "tsc",
"test": "vitest run",
"coverage": "vitest run --coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cloudacy/keyby.git"
},
"keywords": [
"keyby",
"lodash",
"helper",
"method",
"key",
"by",
"keyBy"
],
"author": "Patrick Kuen <p.kuen@cloudacy.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/cloudacy/keyby/issues"
},
"homepage": "https://github.com/cloudacy/keyby#readme",
"devDependencies": {
"c8": "^7.12.0",
"typescript": "^4.7.4",
"vitest": "^0.20.3"
}
}