@tylerkanz/nativescript-nfc
Version:
NFC plugin for your NativeScript app
63 lines (62 loc) • 2.29 kB
JSON
{
"name": "@tylerkanz/nativescript-nfc",
"version": "5.0.1",
"description": "NFC plugin for your NativeScript app",
"main": "nfc",
"typings": "index.d.ts",
"nativescript": {
"platforms": {
"android": "7.0.0",
"ios": "7.0.0"
}
},
"scripts": {
"build": "npm i && ts-patch install && tsc --skipLibCheck",
"demo.ios": "npm run build && cd ../demo && tns run ios",
"demo.ios.bundle": "npm run build && cd ../demo && tns run ios --bundle",
"demo.android": "npm run build && cd ../demo && tns run android",
"demo.android.bundle": "npm run build && cd ../demo && tns run android --bundle",
"test": "npm run tslint && npm run tslint.demo && cd ../demo && tns build ios && tns test android",
"test.ios.device": "cd ../demo && tns platform remove ios && tns test ios",
"test.android": "cd ../demo && tns platform remove android && tns test android --justlaunch",
"setup": "npm run build && cd ../demo && npm i",
"setupandinstall": "npm i && cd ../demo && npm i && cd ../src && npm run build && cd ../demo && tns plugin add ../src && cd ../src",
"tslint": "tslint --config '../tslint.json' '*.ts' --exclude '**/node_modules/**'",
"tslint.demo": "tslint --config '../tslint.json' '../demo/app/*.ts' --exclude '**/node_modules/**'",
"ci.tslint": "npm run tslint && npm run tslint.demo",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/tylerkanz/nativescript-nfc"
},
"keywords": [
"ecosystem:NativeScript",
"NativeScript",
"Android",
"iOS",
"NFC",
"NDEF"
],
"author": {
"name": "Eddy Verbruggen",
"email": "eddyverbruggen@gmail.com"
},
"bugs": {
"url": "https://github.com/tylerkanz/nativescript-nfc/issues"
},
"license": "MIT",
"homepage": "https://github.com/tylerkanz/nativescript-nfc",
"readmeFilename": "README.md",
"devDependencies": {
"@nativescript/core": "~7.0.11",
"@nativescript/types": "~7.0.4",
"@nativescript/webpack": "~3.0.7",
"typescript": "~3.9.7",
"rimraf": "^2.5.0",
"tslint": "^6.1.3",
"ts-node": "^9.0.0",
"ts-patch": "^1.3.0"
},
"bootstrapper": "nativescript-plugin-seed"
}