summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorAsko Nõmm <asko@nmm.ee>2025-01-13 19:50:57 +0200
committerAsko Nõmm <asko@nmm.ee>2025-01-13 19:50:57 +0200
commit71a6c1933d3e3f36fea8d982e4da896999da5194 (patch)
treefc11350a014d0f782bc683b0beb80ba9a0a4f1d2 /package.json
parent3c59955180b596f071604eb1313c62c435e12287 (diff)
Update exports, add keywords
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"