mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-15 19:26:42 +08:00
chore: cleanup readme
This commit is contained in:
@ -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",
|
||||
|
Reference in New Issue
Block a user