@finanzritter/nativescript-pdf-view
Version:
A basic PDF viewer plugin for NativeScript, to display PDF documents on iOS and Android.
83 lines (82 loc) • 3.23 kB
JSON
{
"name": "@finanzritter/nativescript-pdf-view",
"version": "3.0.3",
"description": "A basic PDF viewer plugin for NativeScript, to display PDF documents on iOS and Android.",
"main": "pdf-view",
"typings": "index.d.ts",
"nativescript": {
"platforms": {
"android": "7.0.0",
"ios": "7.0.0"
}
},
"scripts": {
"build": "tsc",
"demo.ios": "npm run prepare.demo && cd ../demo && tns run ios --emulator",
"demo.ios.device": "npm run prepare.demo && cd ../demo && tns run ios",
"demo.android": "npm run prepare.demo && cd ../demo && tns run android --emulator",
"demo.android.device": "npm run prepare.demo && cd ../demo && tns run android",
"demo-vue.ios": "npm run prepare.demo-vue && cd ../demo-vue && tns run ios --emulator",
"demo-vue.ios.device": "npm run prepare.demo-vue && cd ../demo-vue && tns run ios",
"demo-vue.android": "npm run prepare.demo-vue && cd ../demo-vue && tns run android --emulator",
"demo-vue.android.device": "npm run prepare.demo-vue && cd ../demo-vue && tns run android",
"lint": "tslint --project tsconfig.json -t stylish",
"test.ios": "cd ../demo && tns test ios --emulator",
"test.ios.device": "cd ../demo && tns test ios",
"test.android": "cd ../demo && tns test android",
"prepare": "npm run build",
"prepare.demos": "npm run build && cd ../demo && tns plugin remove @finanzritter/nativescript-pdf-view && tns plugin add ../src && tns install && cd ../demo-vue && tns plugin remove @finanzritter/nativescript-pdf-view && tns plugin add ../src && tns install && cd ../src",
"prepare.demo": "npm run build && cd ../demo && tns plugin remove @finanzritter/nativescript-pdf-view && tns plugin add ../src && tns install",
"prepare.demo-vue": "npm run build && cd ../demo-vue && tns plugin remove @finanzritter/nativescript-pdf-view && tns plugin add ../src && tns install",
"setup": "npm ci && ts-patch install && npm run setup.demo && npm run setup.demo-vue && npm run prepare",
"setup.demo": "cd ../demo && npm ci && cd ../src",
"setup.demo-vue": "cd ../demo-vue && npm ci && cd ../src"
},
"repository": {
"type": "git",
"url": "https://github.com/finanzritter/nativescript-pdf-view.git"
},
"keywords": [
"Android",
"JavaScript",
"NativeScript",
"PDF",
"View",
"iOS"
],
"author": {
"name": "FinanzRitter",
"email": "developer@finanzritter.com"
},
"contributors": [
{
"name": "Merott Movahedi",
"email": "merott@merott.com"
},
{
"name": "Markus Schlichting",
"email": "m.schlichting@mynethome.de"
}
],
"bugs": {
"url": "https://github.com/finanzritter/nativescript-pdf-view/issues"
},
"license": "MIT",
"homepage": "https://github.com/finanzritter/nativescript-pdf-view",
"readmeFilename": "README.md",
"devDependencies": {
"@nativescript/android": "7.0.1",
"@nativescript/core": "^7.0.0",
"@nativescript/types": "^7.0.0",
"@nativescript/webpack": "^3.0.8",
"husky": "^4.3.0",
"prompt": "~1.0.0",
"rimraf": "3.0.0",
"ts-patch": "^1.3.0",
"tslint": "^6.1.3",
"typescript": "^3.9.7"
},
"dependencies": {
"ts-node": "^9.0.0"
}
}