diff --git a/packages/core/package.json b/packages/core/package.json index 16a754fe..9a89601b 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,8 @@ { "name": "@youversion/platform-core", "version": "1.22.0", + "description": "A type-safe TypeScript SDK for accessing the YouVersion Platform APIs. Get Bible content and build Bible-based applications.", + "license": "Apache-2.0", "type": "module", "publishConfig": { "access": "public", diff --git a/packages/hooks/package.json b/packages/hooks/package.json index 1fd9ff3a..921df304 100644 --- a/packages/hooks/package.json +++ b/packages/hooks/package.json @@ -1,6 +1,8 @@ { "name": "@youversion/platform-react-hooks", "version": "1.22.0", + "description": "React hooks for accessing YouVersion Platform APIs with automatic loading/error states.", + "license": "Apache-2.0", "type": "module", "publishConfig": { "access": "public", diff --git a/packages/ui/package.json b/packages/ui/package.json index 66cfeba9..1168e070 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,8 +1,8 @@ { "name": "@youversion/platform-react-ui", "version": "1.22.0", - "description": "React SDK for YouVersion Platform", - "license": "TBD", + "description": "Pre-built React components for Bible applications with styling included.", + "license": "Apache-2.0", "type": "module", "source": "src/index.ts", "exports": {