UNPKG

check-export-map

Version:

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

10 lines (9 loc) 138 B
{ "name": "foo", "exports": { ".": "./foo.js", "./bar/*/bob": "./foo/*.js", "./package.json": "./package.json", "./": "./" } }