diff --git a/packages/core/package.json b/packages/core/package.json index c648afb48..d6884df7a 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,14 +1,9 @@ { "name": "@nativescript/core", + "version": "8.2.0-alpha.11", + "description": "A JavaScript library providing an easy to use api for interacting with iOS and Android platform APIs.", "main": "index", "types": "index.d.ts", - "description": "A JavaScript library providing an easy to use api for interacting with iOS and Android platform APIs.", - "version": "8.2.0-alpha.11", - "homepage": "https://nativescript.org", - "repository": { - "type": "git", - "url": "https://github.com/NativeScript/NativeScript" - }, "sideEffects": [ "bundle-entry-points.js", "./globals/index.js", @@ -22,6 +17,25 @@ "**/platforms/android/**", "**/package.json" ], + "keywords": [ + "NativeScript", + "JavaScript", + "Android", + "iOS", + "TypeScript" + ], + "homepage": "https://nativescript.org", + "repository": { + "type": "git", + "url": "https://github.com/NativeScript/NativeScript" + }, + "author": { + "name": "NativeScript", + "email": "oss@nativescript.org" + }, + "bugs": { + "url": "https://github.com/NativeScript/NativeScript/issues" + }, "license": "Apache-2.0", "scripts": { "postinstall": "node cli-hooks/postinstall.js", @@ -48,4 +62,4 @@ } ] } -} +} \ No newline at end of file