cmbsdk-nativescript
Version:
CMB Scanner NativeScript plugin.
56 lines (55 loc) • 1.71 kB
JSON
{
"name": "cmbsdk-nativescript",
"version": "1.2.2710",
"description": "CMB Scanner NativeScript plugin.",
"main": "cmbsdk-nativescript",
"typings": "index.d.ts",
"nativescript": {
"platforms": {
"android": "8.0.0",
"ios": "8.0.0"
}
},
"scripts": {
"setup": "npm i && ts-patch install",
"tsc": "npm i && tsc",
"build": "npm run tsc && npm run build.native",
"build.native": "tns plugin build",
"tslint": "cd .. && tslint \"**/*.ts\" --config tslint.json --exclude \"**/node_modules/**\"",
"ci.tslint": "npm i && tslint '**/*.ts' --config '../tslint.json' --exclude '**/node_modules/**' --exclude '**/platforms/**'",
"prepack": "npm run build",
"demo.ios": "npm i && cd ../demo && tns run ios",
"demo.android": "npm i && cd ../demo && tns run android",
"demo.reset": "cd ../demo && npx rimraf -- hooks node_modules platforms package-lock.json",
"plugin.prepare": "npm run build && cd ../demo && tns plugin remove cmbsdk-nativescript && tns plugin add ../src",
"clean": "npm run demo.reset && npx rimraf -- node_modules package-lock.json && npm i"
},
"keywords": [
"NativeScript",
"JavaScript",
"Android",
"iOS",
"Barcode",
"Scanner"
],
"author": {
"name": "Cognex",
"email": "sdksales@cognex.com"
},
"bugs": {
"url": "https://cmbdn.cognex.com/tickets/submit_ticket"
},
"license": "SEE LICENSE IN LICENSE",
"homepage": "https://cmbdn.cognex.com/knowledge/nativescript",
"devDependencies": {
"@nativescript/core": "~8.2.0",
"@nativescript/types": "~8.2.0",
"@nativescript/webpack": "^5.0.6",
"typescript": "~4.5.5",
"prompt": "^1.0.0",
"rimraf": "^2.6.3",
"tslint": "^5.12.1",
"semver": "^5.6.0",
"ts-patch": "^2.0.1"
}
}