build : Added ts-pattern for pattern matching with command types and

plugin types
This commit is contained in:
Jacob Nguyen
2022-05-07 21:07:10 -05:00
parent 2f61399b5e
commit 57dc0bac88
3 changed files with 17 additions and 6 deletions

View File

@@ -3,7 +3,7 @@
"version": "0.0.1",
"description": "",
"main": "dist/index.js",
"scripts": {
"scripts": {
"compile": "tsc",
"watch": "tsc -w",
"lint": "eslint src/**/*.ts",
@@ -23,6 +23,7 @@
"eslint": "^8.8.0",
"prettier": "^2.5.1",
"rxjs": "^7.5.5",
"ts-pattern": "^4.0.2",
"ts-results": "^3.3.0"
},
"devDependencies": {