UNPKG

nativescript-easy-dialog

Version:

nativescript-easy-dialogr for ios And android

62 lines 2.6 kB
{ "name": "nativescript-easy-dialog", "version": "0.0.3", "description": " nativescript-easy-dialogr for ios And android", "main": "nativescript-easy-dialog", "typings": "index.d.ts", "nativescript": { "platforms": { "android": "3.0.0", "ios": "3.0.0" }, "plugin": { "nan": "true", "pan": "true", "vue": "true", "core3": "true", "category": "Interface" } }, "scripts": { "tsc": "tsc -skipLibCheck", "build": "npm i && tsc", "postclone": "npm i && node scripts/postclone.js && cd ../demo && npm i && cd ../src && npm run plugin.link", "test.android": "npm i && npm run tsc && npm run tslint && cd ../demo && tns build android && tns test android --justlaunch", "test.ios": "npm i && npm run tsc && npm run tslint && cd ../demo && tns build ios && tns test ios --justlaunch", "tslint": "cd .. && tslint \"**/*.ts\" --config tslint.json --exclude \"**/node_modules/**\"", "plugin.link": "npm link && cd ../demo && npm link nativescript-cfalert-dialog && cd ../src", "plugin.tscwatch": "npm run tsc -- -w", "demo.ios": "npm i && npm run tsc && cd ../demo && tns run ios --syncAllFiles", "debug.ios": "npm i && npm run tsc && cd ../demo && tns debug ios --syncAllFiles", "demo.android": "npm i && npm run tsc && cd ../demo && tns run android --syncAllFiles", "demo.reset": "cd ../demo && rimraf platforms", "plugin.prepare": "npm run tsc && cd ../demo && tns plugin remove nativescript-cfalert-dialog && tns plugin add ../src", "clean": "cd ../demo && rimraf hooks node_modules platforms && cd ../src && rimraf node_modules && npm run plugin.link", "ci.tslint": "npm i && tslint '**/*.ts' --config '../tslint.json' --exclude '**/node_modules/**'" }, "keywords": [ "NativeScript", "JavaScript", "Android", "iOS", "alert dialog", "bottom sheet", "notification dialog", "ecosystem:nativescript", "multishiv19", "multi select list", "single choice list" ], "author": "husanfeng <18755106041@163.com>", "license": "Apache-2.0", "devDependencies": { "tns-core-modules": "^3.1.0", "tns-platform-declarations": "^3.1.0", "typescript": "~2.3.0", "prompt": "^1.0.0", "rimraf": "^2.5.0", "tslint": "^5.0.0" }, "dependencies": {}, "bootstrapper": "nativescript-plugin-seed" }