nativescript-awesome-webview-with-custom-menu-items
Version:
Awesome WebViews for all NativeScript Apps!
69 lines (68 loc) • 2.88 kB
JSON
{
"name": "nativescript-awesome-webview-with-custom-menu-items",
"version": "70.1.1",
"description": "Awesome WebViews for all NativeScript Apps!",
"main": "awesome-webview",
"typings": "index.d.ts",
"nativescript": {
"platforms": {
"android": "4.0.0",
"ios": "4.0.0"
}
},
"scripts": {
"tsc": "tsc -skipLibCheck",
"build": "npm i && ts-patch install && tsc && npm run build.native",
"build.native": "node scripts/build-native.js",
"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-awesome-webview-with-custom-menu-items && cd ../src",
"plugin.tscwatch": "npm run tsc -- -w",
"demo.ios": "npm i && npm run tsc && cd ../demo && tns run 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 build && cd ../demo && tns plugin remove nativescript-awesome-webview-with-custom-menu-items && 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/**'",
"prepack": "npm run build.native"
},
"keywords": [
"NativeScript",
"JavaScript",
"Android",
"iOS",
"WebView",
"Awesome",
"Customtabs",
"Chrome",
"Safari",
"SafariViewController"
],
"author": {
"name": "Roman Dragan",
"email": "roman@dragan.com.ua"
},
"bugs": {
"url": "https://github.com/championswimmer/nativescript-awesome-webview/issues"
},
"license": "Apache-2.0",
"homepage": "https://github.com/championswimmer/nativescript-awesome-webview",
"readmeFilename": "README.md",
"devDependencies": {
"@nativescript/core": "~7.0.0",
"@nativescript/types": "~7.0.0",
"@nativescript/webpack": "~3.0.0",
"prompt": "^1.0.0",
"rimraf": "^2.5.0",
"semver": "^5.5.0",
"ts-patch": "^1.3.0",
"tslint": "^5.0.0",
"typescript": "~3.9.0"
},
"dependencies": {
"ts-node": "^9.0.0"
},
"bootstrapper": "nativescript-plugin-seed"
}