summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2022-01-06 21:08:12 +0530
committerAkshay Nair <phenax5@gmail.com>2022-01-06 21:08:12 +0530
commitf129d1d6e8f03e586952d8c792c8e085ae7bca85 (patch)
treed9957ad3c42f886748cb6007451cba8b5f566d49 /package.json
parent6ee30757cf9946074e2b5bb29a59b299fc48d0d8 (diff)
downloadelxr-f129d1d6e8f03e586952d8c792c8e085ae7bca85.tar.gz
elxr-f129d1d6e8f03e586952d8c792c8e085ae7bca85.zip
feat: basic parser
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/package.json b/package.json
index f46bc29..9d62f1f 100644
--- a/package.json
+++ b/package.json
@@ -19,5 +19,8 @@
"rimraf": "^3.0.2",
"ts-jest": "^27.1.2",
"typescript": "^4.5.4"
+ },
+ "dependencies": {
+ "fp-ts": "^2.11.6"
}
}