Problem
README.md lists the license as TBD, and package.json sets "license": "UNLICENSED". For a project with a public API, partner integrations, and (per the README) plans for third-party consumption via browser extension / dashboard / partner integrations, an unresolved license is a blocker for any external contributor or partner doing due diligence.
Location
Suggested fix
Decide on and apply an actual license (or explicitly confirm proprietary/all-rights-reserved is intended) and keep both files in sync.
Problem
README.mdlists the license asTBD, andpackage.jsonsets"license": "UNLICENSED". For a project with a public API, partner integrations, and (per the README) plans for third-party consumption via browser extension / dashboard / partner integrations, an unresolved license is a blocker for any external contributor or partner doing due diligence.Location
README.mdpackage.jsonSuggested fix
Decide on and apply an actual license (or explicitly confirm proprietary/all-rights-reserved is intended) and keep both files in sync.