aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2022-02-17 22:01:21 +0530
committerAkshay Nair <phenax5@gmail.com>2022-02-17 22:01:21 +0530
commit054098eb896556ac2055663e2b4326df8998b975 (patch)
tree869159f5d7e4f1fa4176749728e93c4fd570bf39 /package.json
parentf4f24dfbad6bde35cd891625077959019bfd8aca (diff)
downloadelxr-054098eb896556ac2055663e2b4326df8998b975.tar.gz
elxr-054098eb896556ac2055663e2b4326df8998b975.zip
docs: readme update
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index 520ea2c..b58017f 100644
--- a/package.json
+++ b/package.json
@@ -1,12 +1,13 @@
{
"name": "elxr",
"version": "0.0.0",
- "description": "__",
+ "description": "Regular expression-like syntax generalized for list operations",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"repository": "https://github.com/phenax/elxr.git",
"author": "Akshay Nair <phenax5@gmail.com>",
"license": "MIT",
+ "keywords": ["regex", "regular", "expressions", "list", "typescript"],
"scripts": {
"tsc": "tsc --emitDeclarationOnly --outDir lib",
"test": "jest",