mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
26 lines
629 B
JSON
26 lines
629 B
JSON
{
|
|
"name": "tns-core-modules",
|
|
"main": "index",
|
|
"types": "index.d.ts",
|
|
"description": "Compatibility with old style tns-core-modules imports for NativeScript.",
|
|
"version": "7.0.0-rc.33",
|
|
"homepage": "https://nativescript.org",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/NativeScript/NativeScript"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"scripts": {
|
|
"setup": "npm i"
|
|
},
|
|
"devDependencies": {
|
|
"@nativescript/core": "rc"
|
|
},
|
|
"nativescript": {
|
|
"platforms": {
|
|
"ios": "5.0.0",
|
|
"android": "5.0.0"
|
|
}
|
|
}
|
|
}
|