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",
|
"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",
|
"main": "index",
|
||||||
"types": "index.d.ts",
|
"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": [
|
"sideEffects": [
|
||||||
"bundle-entry-points.js",
|
"bundle-entry-points.js",
|
||||||
"./globals/index.js",
|
"./globals/index.js",
|
||||||
@ -22,6 +17,25 @@
|
|||||||
"**/platforms/android/**",
|
"**/platforms/android/**",
|
||||||
"**/package.json"
|
"**/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",
|
"license": "Apache-2.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"postinstall": "node cli-hooks/postinstall.js",
|
"postinstall": "node cli-hooks/postinstall.js",
|
||||||
@ -48,4 +62,4 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
Reference in New Issue
Block a user