Currently, the only exports in this package are:
web-features: Points to index.js which includes all data ({ browsers, features, groups, snapshots })
web-features/data.json: Points to data.js which includes all data as a JSON file
web-features/data.schema.json: Points to data.schema.json, a JSON schema of all data
It could be useful to have JSON exports for individual datasets (features, browsers, etc), especially for client-side use cases where 1 would not get any tree-shaking.