From 054098eb896556ac2055663e2b4326df8998b975 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Thu, 17 Feb 2022 22:01:21 +0530 Subject: docs: readme update --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'package.json') 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 ", "license": "MIT", + "keywords": ["regex", "regular", "expressions", "list", "typescript"], "scripts": { "tsc": "tsc --emitDeclarationOnly --outDir lib", "test": "jest", -- cgit v1.3.1