@knotes/nativescript-keyboard-toolbar
Version:
NativeScript Keyboard Toolbar plugin
62 lines • 2.48 kB
JSON
{
"name": "@knotes/nativescript-keyboard-toolbar",
"version": "2.0.0",
"description": "NativeScript Keyboard Toolbar plugin",
"main": "keyboard-toolbar",
"typings": "index.d.ts",
"nativescript": {
"platforms": {
"android": "4.0.0",
"ios": "4.0.0"
}
},
"scripts": {
"tsc": "tsc",
"build": "npm i && 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": "Eddy Verbruggen",
"email": "eddyverbruggen@gmail.com"
},
"bugs": {
"url": "https://github.com/Knotes/nativescript-keyboard-toolbar/issues"
},
"license": "Apache-2.0",
"homepage": "https://github.com/Knotes/nativescript-keyboard-toolbar",
"readmeFilename": "README.md",
"devDependencies": {
"prompt": "^1.0.0",
"rimraf": "^2.6.2",
"tslint": "^5.11.0",
"semver": "^5.6.0",
"@nativescript/core": "~7.0.0",
"@nativescript/types": "~7.0.0",
"@nativescript/webpack": "~3.0.0",
"typescript": "~3.9.0"
},
"dependencies": {},
"bootstrapper": "nativescript-plugin-seed"
}