UNPKG

check-export-map

Version:

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

11 lines (10 loc) 128 B
{ "name": "foo", "exports": { ".": { ".browser": "./foo.js" }, "./package.json": "./package.json", "./": "./" } }