UNPKG

446 BJSONView Raw
1{
2 "name": "@nativescript/types",
3 "version": "8.5.0",
4 "description": "NativeScript Types for all supported platforms.",
5 "homepage": "https://nativescript.org",
6 "repository": {
7 "type": "git",
8 "url": "https://github.com/NativeScript/NativeScript"
9 },
10 "files": [
11 "index.d.ts"
12 ],
13 "license": "Apache-2.0",
14 "dependencies": {
15 "@nativescript/types-ios": "~8.5.0",
16 "@nativescript/types-android": "~8.5.0"
17 }
18}