From cd3d83d8a852d98e934ebc13b067e0971e30a995 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Fri, 12 Dec 2025 18:12:06 +0100 Subject: Improve docs, and match API of other parsers --- package.json | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index ac191a3..99af0c1 100644 --- a/package.json +++ b/package.json @@ -4,11 +4,9 @@ "description": "Parser for wmap formatted Wardley Map files.", "type": "module", "main": "src/index.js", - "scripts": { - "benchmark": "node benchmark/index.js" - }, - "keywords": [], - "author": "", + "scripts": {}, + "keywords": ["Wardley Maps", "Wardley", "wmap", "Wardley Mapping"], + "author": "Rubén Beltrán del Río ", "license": "AGPL-v3", "packageManager": "pnpm@10.12.1", "devDependencies": { -- cgit