casework
Version:
Tag your evidence. Switch leads. Every case closed.
36 lines • 746 B
JSON
{
"name": "casework",
"version": "0.0.6",
"description": "Tag your evidence. Switch leads. Every case closed.",
"main": "index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KenAKAFrosty/casework.git"
},
"keywords": [
"TypeScript",
"switch",
"case",
"match",
"error",
"handling",
"pattern",
"matching",
"tagged",
"union",
"strong",
"types",
"no",
"dependencies",
"deps"
],
"author": "KenAKAFrosty",
"license": "MIT",
"bugs": {
"url": "https://github.com/KenAKAFrosty/casework/issues"
},
"homepage": "https://github.com/KenAKAFrosty/casework#readme"
}