diff options
| author | Ruben Beltran del Rio <jj@r.bdr.sh> | 2025-12-15 12:04:57 +0100 |
|---|---|---|
| committer | Ruben Beltran del Rio <jj@r.bdr.sh> | 2025-12-15 22:16:29 +0100 |
| commit | 8daa7da7acc6809056249261ad50cd3896625886 (patch) | |
| tree | 8f81dfc4f2b0c33a953622e97c18a5712dddb8ba /package.json | |
| parent | cd3d83d8a852d98e934ebc13b067e0971e30a995 (diff) | |
Add types, update license style, and readme links
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
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 <wmap.parser@r.bdr.sh>", - "license": "AGPL-v3", + "license": "AGPL-3.0", "packageManager": "pnpm@10.12.1", "devDependencies": { "@eslint/js": "^9.39.1", |