nativescript-phone
Version:
NativeScript plugin to use the device phone and SMS features for Android and iOS
80 lines (79 loc) • 2.17 kB
JSON
{
"name": "nativescript-phone",
"version": "3.0.3",
"description": "NativeScript plugin to use the device phone and SMS features for Android and iOS",
"main": "index",
"typings": "index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/msywensky/nativescript-phone.git"
},
"keywords": [
"NativeScript",
"Phone",
"SMS",
"android",
"ios"
],
"scripts": {
"tsc": "tsc -skipLibCheck",
"build": "npm i && ts-patch install && tsc",
"build.native": "node scripts/build-native.js",
"demo.ios": "cd ../demo && ns run ios",
"demo.android": "cd ../demo && ns run android",
"demo.reset": "cd ../demo && npx rimraf -- hooks node_modules platforms package-lock.json",
"development.setup": "npm run setup && npm link && cd ../demo && npm link nativescript-phone && cd ../src",
"plugin.prepare": "npm run build.native && cd ../demo && ns plugin remove nativescript-phone && ns plugin add ../src"
},
"lint-staged": {
"**/*.{js, css, ts, json, scss, html, xml, md}": [
"prettier --write",
"git add"
]
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"dependencies": {
"nativescript-permissions": "~1.3.11",
"ts-node": "^9.1.1"
},
"devDependencies": {
"@nativescript/core": "~8.0.3",
"@nativescript/types": "~8.0.1",
"@nativescript/webpack": "~4.1.0",
"husky": "~4.2.5",
"lint-staged": "~10.1.7",
"prettier": "~2.2.1",
"prompt": "~1.0.0",
"rimraf": "~2.6.2",
"semver": "~5.5.0",
"ts-patch": "~1.3.3",
"typescript": "~4.2.4"
},
"author": "Mike Sywensky <michael.sywensky@gmail.com> ",
"contributors": [
{
"name": "Brad Martin",
"url": "https://github.com/bradmartin"
},
{
"name": "Witold Czaplewski",
"url": "https://github.com/witi83"
}
],
"readmeFilename": "README.md",
"license": "MIT",
"bugs": {
"url": "https://github.com/msywensky/nativescript-phone/issues"
},
"homepage": "https://github.com/msywensky/nativescript-phone",
"nativescript": {
"platforms": {
"android": "1.0.0",
"ios": "1.0.0"
}
}
}