mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
19 lines
446 B
JSON
19 lines
446 B
JSON
{
|
|
"name": "@nativescript/types",
|
|
"version": "8.2.0",
|
|
"description": "NativeScript Types for all supported platforms.",
|
|
"homepage": "https://nativescript.org",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/NativeScript/NativeScript"
|
|
},
|
|
"files": [
|
|
"index.d.ts"
|
|
],
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@nativescript/types-ios": "~8.2.0",
|
|
"@nativescript/types-android": "~8.2.0"
|
|
}
|
|
}
|