summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json7
1 files changed, 6 insertions, 1 deletions
diff --git a/package.json b/package.json
index 1ead8bd..60ff811 100644
--- a/package.json
+++ b/package.json
@@ -7,7 +7,12 @@
"module": "dist/index.mjs",
"type": "module",
"license": "MIT",
- "keywords": [],
+ "keywords": [
+ "configuration",
+ "dsl",
+ "serialization",
+ "data"
+ ],
"scripts": {
"bundle": "tsup src/index.ts",
"test": "vitest"