highly
Version:
> TODO: create docs
46 lines (45 loc) • 865 B
JSON
{
"name": "highly",
"version": "0.0.4",
"description": "",
"author": "scriptpower",
"keywords": [
"highly",
"high-performance",
"higher-order-function",
"higher",
"higher-order",
"performance",
"functional",
"library"
],
"type": "module",
"types": "./lib/index.d.ts",
"main": "./lib/index.cjs",
"module": "lib/index.js",
"unpkg": "lib/index.iife.js",
"jsdelivr": "lib/index.iife.js",
"exports": {
".": {
"import": {
"types": "./lib/index.d.ts",
"default": "./lib/index.js"
},
"require": {
"types": "./lib/index.d.ts",
"default": "./lib/index.cjs"
}
}
},
"files": [
"lib"
],
"scripts": {},
"dependencies": {
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"license": "MIT"
}