nativescript-app-shortcuts
Version:
Add shortcut actions to your app icon.
65 lines (64 loc) • 2.61 kB
JSON
{
"name": "nativescript-app-shortcuts",
"version": "3.0.0",
"description": "Add shortcut actions to your app icon.",
"main": "app-shortcuts",
"scripts": {
"ts.patch": "ts-patch install",
"tsc": "tsc -skipLibCheck",
"build": "ns clean && npm i && npm run ts.patch && npm run tsc",
"demo.ios": "npm run build && cd ../demo && ns run ios",
"demo.android": "npm run preparedemo && cd ../demo && ns run android",
"test": "npm run tslint && npm run tslint.demo && cd ../demo && ns build ios && ns build android",
"test.ios": "cd ../demo && ns platform remove ios && ns test ios --emulator",
"test.ios.device": "cd ../demo && ns platform remove ios && ns test ios",
"test.android": "cd ../demo && ns platform remove android && ns test android",
"preparedemo": "npm run build && cd ../demo && ns clean && ns install",
"setup": "npm run build && cd ../demo && npm i",
"setupandinstall": "npm i && cd ../demo && npm i && cd ../src && npm run build && cd ../demo && ns plugin add ../src && cd ../src",
"tslint": "cd .. && tslint \"**/*.ts\" --config tslint.json --exclude '**/node_modules/**' --exclude '**/tns_modules/**' --exclude '**/typings/**' --exclude '**/platforms/**'",
"tslint.demo": "tslint --config '../tslint.json' '../demo/app/*.ts' --exclude '**/node_modules/**'",
"ci.tslint": "npm i && tslint '**/*.ts' --config '../tslint.json' --exclude '**/node_modules/**' --exclude '**/typings/**'",
"prepublishOnly": "npm run build",
"development.setup": "npm run setup && npm link && cd ../demo && npm link nativescript-app-shortcuts && cd ../src"
},
"repository": {
"type": "git",
"url": "https://github.com/EddyVerbruggen/nativescript-app-shortcuts.git"
},
"keywords": [
"NativeScript",
"ecosystem:nativescript",
"iOS",
"Android",
"3DTouch",
"3D Touch",
"App Shortcuts",
"Shortcut",
"Force Touch",
"Quick Actions"
],
"author": {
"name": "Eddy Verbruggen",
"email": "eddyverbruggen@gmail.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/EddyVerbruggen/nativescript-app-shortcuts/issues"
},
"homepage": "https://github.com/EddyVerbruggen/nativescript-app-shortcuts",
"readmeFilename": "README.md",
"devDependencies": {
"@nativescript/core": "~7.0.13",
"@nativescript/android": "^7.0.0",
"@nativescript/ios": "^7.0.6",
"@nativescript/types": "~7.0.4",
"@nativescript/webpack": "~3.0.5",
"ts-patch": "^1.3.1",
"tslint": "^5.0.0",
"typescript": "~3.9.0"
},
"dependencies": {
"ts-node": "^9.1.1"
}
}