cond-flow
Version:
Elixir style cond for easy javascript control flow
36 lines (35 loc) • 758 B
JSON
{
"name": "cond-flow",
"version": "2.0.0",
"description": "Elixir style cond for easy javascript control flow",
"repository": {
"url": "https://github.com/erikmueller/cond-flow"
},
"main": "build/index.js",
"files": [
"build/index.js",
"build/index.d.ts",
"package.json",
"README.md"
],
"scripts": {
"build": "tsc",
"lint": "biome check .",
"test": "biome ci . && vitest --run --coverage",
"prepublish": "npm run build"
},
"keywords": [
"cond",
"control",
"elixir"
],
"author": "Erik Müller",
"license": "MIT",
"devDependencies": {
"@biomejs/biome": "1.4.1",
"@vitest/coverage-c8": "^0.25.3",
"typescript": "^4.9.3",
"vitest": "^0.25.3"
},
"type": "module"
}