UNPKG

check-export-map

Version:

Check if entries in an export map in package.json are valid and point to actual files/folders

8 lines (7 loc) 69 B
{ "name": "foo", "exports": { ".": "./foo.js", "./": "./" } }