aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
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",