diff options
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", |