UNPKG

switch-functional

Version:
66 lines (65 loc) 1.46 kB
{ "name": "switch-functional", "version": "1.1.0", "type": "module", "exports": { "types": "./build/src/main.d.ts", "default": "./build/src/main.js" }, "main": "./build/src/main.js", "types": "./build/src/main.d.ts", "files": [ "build/src/**/*.{js,json,d.ts}", "!build/src/**/*.test.js", "!build/src/{helpers,fixtures}" ], "sideEffects": false, "scripts": { "test": "gulp test" }, "description": "Functional switch statement", "keywords": [ "case", "default", "filter", "function", "functional", "functional-programming", "functional-testing", "functions", "javascript", "library", "logic", "logic-programming", "mapping", "nodejs", "select", "switch", "switch-case", "switch-case-statements", "typescript", "wrapper" ], "license": "MIT", "homepage": "https://www.github.com/ehmicky/switch-functional", "repository": { "type": "git", "url": "git+https://github.com/ehmicky/switch-functional.git" }, "bugs": { "url": "https://github.com/ehmicky/switch-functional/issues" }, "author": "ehmicky <ehmicky@gmail.com> (https://github.com/ehmicky)", "directories": { "lib": "src" }, "devDependencies": { "@ehmicky/dev-tasks": "^3.0.34", "@ehmicky/eslint-config": "^20.0.31", "@ehmicky/prettier-config": "^1.0.6", "test-each": "^7.0.1" }, "engines": { "node": ">=18.18.0" } }