UNPKG

react-native-barcode-aspen

Version:
46 lines (45 loc) 1.17 kB
{ "name": "react-native-barcode-aspen", "version": "0.0.6", "description": "react-native-barcode-expo with updates for aspen", "repository": { "type": "git", "url": "https://github.com/lathomas64/react-native-barcode-builder" }, "license": "Apache-2.0", "source": "src/index.tsx", "main": "dist/index.js", "types": "dist/index.d.ts", "typings": "dist/index.d.ts", "scripts": { "build": "microbundle --jsx React.createElement --no-compress", "lint": "eslint ./" }, "keywords": [ "react-native", "aspen", "barcode" ], "author": "Imani Thomas <imani.thomas@bywatersolutions.com>", "type": "module", "dependencies": { "jsbarcode": "^3.11.5", "react-native-svg": "13.4.0" }, "peerDependencies": { "prop-types": "^15.8.1", "react": "^18.0.0", "react-native": "0.69.5 || >= 0.70.0" }, "devDependencies": { "@types/react": "~18.0.27", "babel-eslint": "^10.0.3", "eslint": ">= 6.8.0", "eslint-plugin-react": "^7.17.0", "microbundle": "^0.15.1", "react": "18.2.0", "react-native": "0.71.8", "typescript": "^4.7.4" }, "packageManager": "yarn@1.22.19" }