chore: cleanup readme

This commit is contained in:
Nathan Walker
2022-02-26 10:15:46 -08:00
parent 7dcfecffab
commit c185bc3d6f

View File

@ -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 @@
}
]
}
}
}