UNPKG

2.53 kBJSONView Raw
1{
2 "name": "nativescript-vue-router-extended",
3 "version": "1.1.5",
4 "description": "NativeScript Vue Router Extended for NativeScript Vue hybrid Apps.",
5 "main": "index",
6 "typings": "index.d.ts",
7 "nativescript": {
8 "platforms": {
9 "android": "7.1.0",
10 "ios": "7.1.0"
11 }
12 },
13 "repository": {
14 "type": "git",
15 "url": "https://github.com/MattCCC/nativescript-vue-router-extended.git"
16 },
17 "scripts": {
18 "tsc": "ts-patch install && ts-patch check && tsc -skipLibCheck",
19 "build": "npm i && npm run tsc && npm run build.native",
20 "pack": "cd ../publish; chmod +rx pack.sh; ./pack.sh",
21 "pckgpublish": "cd ../publish; chmod +rx publish.sh; ./publish.sh",
22 "release": "npm version patch && git push --tags",
23 "build.native": "node scripts/build-native.js",
24 "tslint": "cd .. && tslint \"**/*.ts\" --config tslint.json --exclude \"**/node_modules/**\"",
25 "ci.tslint": "npm i && ts-patch install && tslint '**/*.ts' --config '../tslint.json' --exclude '**/node_modules/**' --exclude '**/platforms/**'",
26 "prepack": "npm run build.native",
27 "demo.ios": "npm i && ts-patch install && cd ../demo && ns run ios --no-hmr",
28 "demo.android": "npm i && ts-patch install && cd ../demo && ns run android",
29 "demo.reset": "cd ../demo && npx rimraf -- hooks node_modules platforms package-lock.json",
30 "plugin.prepare": "npm run build && cd ../demo && ns plugin remove nativescript-vue-router-extended && ns plugin add ../src",
31 "clean": "npm run demo.reset && npx rimraf -- node_modules package-lock.json && npm i && ts-patch install"
32 },
33 "keywords": [
34 "Vue",
35 "Router",
36 "NativeScript",
37 "Extended",
38 "JavaScript",
39 "Android",
40 "iOS"
41 ],
42 "author": {
43 "name": "Matt Czaplinski",
44 "email": "deindesign.pl@gmail.com"
45 },
46 "bugs": {
47 "url": "https://github.com/MattCCC/nativescript-vue-router-extended/issues"
48 },
49 "license": "Apache-2.0",
50 "homepage": "https://github.com/MattCCC/nativescript-vue-router-extended",
51 "devDependencies": {
52 "@nativescript/core": "^7.1.0",
53 "@nativescript/types": "^7.1.0",
54 "@nativescript/webpack": "^4.0.0",
55 "@typescript-eslint/eslint-plugin": "^4.12.0",
56 "@typescript-eslint/eslint-plugin-tslint": "^4.12.0",
57 "@typescript-eslint/parser": "^4.12.0",
58 "eslint": "^7.17.0",
59 "prompt": "^1.0.0",
60 "rimraf": "^2.6.3",
61 "semver": "^5.6.0",
62 "ts-patch": "^1.3.1",
63 "tslint": "^5.12.1",
64 "typescript": "4.1.3"
65 },
66 "bootstrapper": "nativescript-plugin-seed",
67 "dependencies": {
68 "nativescript-vue": "^2.9.0",
69 "vue-router": "^4.0.11"
70 },
71 "engines": {
72 "node": ">=12"
73 }
74}