@cdev38399/nativescript-keyboard-toolbar
Version:
NativeScript Keyboard Toolbar plugin
66 lines (65 loc) • 2.55 kB
JSON
{
"name": "@cdev38399/nativescript-keyboard-toolbar",
"version": "4.0.2",
"description": "NativeScript Keyboard Toolbar plugin",
"main": "keyboard-toolbar",
"typings": "index.d.ts",
"nativescript": {
"platforms": {
"android": "7.0.0",
"ios": "7.0.0"
}
},
"scripts": {
"tsc": "tsc",
"build": "npm i && ts-patch install && npm run tsc",
"package": "cd ../publish && ./pack.sh",
"test.android": "npm run tsc && npm run tslint && cd ../demo && tns build android && tns test android --justlaunch",
"test.ios": "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.tscwatch": "npm run tsc -- -w",
"demo.ios": "npm run tsc && cd ../demo && tns run ios",
"demo.android": "npm run tsc && cd ../demo && tns run android",
"demo-ng.ios": "npm run tsc && npm run package && cd ../demo-ng && tns run ios",
"demo-ng.android": "npm run tsc && npm run package && cd ../demo-ng && tns run android",
"demo-vue.ios": "npm run tsc && cd ../demo-vue && tns run ios --bundle",
"demo-vue.android": "npm run tsc && cd ../demo-vue && tns run android --bundle",
"plugin.prepare": "npm run build && cd ../demo && tns plugin remove nativescript-keyboard-toolbar && tns plugin add ../src && cd ../demo-vue && tns plugin remove nativescript-keyboard-toolbar && tns plugin add ../src && cd ../demo-ng && tns plugin remove nativescript-keyboard-toolbar && tns plugin add ../src",
"ci.tslint": "npm i && tslint '**/*.ts' --config '../tslint.json' --exclude '**/node_modules/**'"
},
"keywords": [
"ecosystem:NativeScript",
"NativeScript",
"JavaScript",
"Android",
"iOS",
"Keyboard",
"Toolbar",
"Accessorybar"
],
"author": {
"name": "cdev38399",
"email": "cdev38399@gmail.com"
},
"bugs": {
"url": "https://github.com/cdev38399/nativescript-keyboard-toolbar/issues"
},
"license": "Apache-2.0",
"homepage": "https://github.com/cdev38399/nativescript-keyboard-toolbar",
"readmeFilename": "README.md",
"devDependencies": {
"@nativescript/core": "~7.0.0",
"@nativescript/types": "~7.0.0",
"@nativescript/webpack": "~3.0.0",
"typescript": "~3.9.0",
"prompt": "^1.0.0",
"rimraf": "^2.6.2",
"tslint": "^5.11.0",
"semver": "^5.6.0",
"ts-patch": "1.3.0"
},
"dependencies": {
"ts-node": "^9.0.0"
},
"bootstrapper": "nativescript-plugin-seed"
}