UNPKG

scandit-react-native-datacapture-core

Version:

Scandit Data Capture SDK for React Native

56 lines 1.65 kB
{ "name": "scandit-react-native-datacapture-core", "version": "7.5.0", "description": "Scandit Data Capture SDK for React Native", "homepage": "https://github.com/Scandit/scandit-react-native-datacapture-core", "main": "dist/index.js", "types": "dist/dts/index.d.ts", "scripts": { "jest": "jest", "coverage": "jest --coverage", "test": "yarn lint", "lint": "tslint --project .", "tsc": "tsc", "build": "npm run rollup", "rollup": "rollup -c rollup.config.js --bundleConfigAsCjs", "start": "yarn build -- --watch", "clean": "../scripts/clean_package.py core" }, "keywords": [ "scandit", "react-native" ], "author": { "name": "Scandit", "email": "support@scandit.com" }, "license": "Apache-2.0", "peerDependencies": { "react": ">=16.8.1", "react-native": ">=0.60.0-rc.0 <1.0.x" }, "devDependencies": { "@babel/core": "^7.27.1", "@babel/plugin-transform-flow-strip-types": "^7.27.1", "@babel/plugin-transform-typescript": "^7.27.1", "@babel/preset-env": "^7.27.2", "@babel/preset-react": "^7.27.1", "@babel/preset-typescript": "^7.27.1", "@babel/runtime": "^7.27.1", "@jest/globals": "^29.7.0", "@react-native/babel-preset": "^0.79.2", "@rollup/plugin-commonjs": "24.1.0", "@rollup/plugin-node-resolve": "15.0.2", "@rollup/plugin-typescript": "11.1.0", "@types/react": "19.1.4", "babel-jest": "^29.7.0", "jest": "^29.7.0", "rollup": "3.22.0", "ts-jest": "^29.3.3", "tslint": "6.1.2", "typescript": "4.9.5" }, "dependencies": { "scandit-datacapture-frameworks-core": "7.5.0" } }