From 8daa7da7acc6809056249261ad50cd3896625886 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Mon, 15 Dec 2025 12:04:57 +0100 Subject: Add types, update license style, and readme links --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 99af0c1..0991b0e 100644 --- a/package.json +++ b/package.json @@ -4,10 +4,11 @@ "description": "Parser for wmap formatted Wardley Map files.", "type": "module", "main": "src/index.js", + "types": "dist/index.d.ts", "scripts": {}, "keywords": ["Wardley Maps", "Wardley", "wmap", "Wardley Mapping"], "author": "Rubén Beltrán del Río ", - "license": "AGPL-v3", + "license": "AGPL-3.0", "packageManager": "pnpm@10.12.1", "devDependencies": { "@eslint/js": "^9.39.1", -- cgit