{
    "name": "react-native-barcoder",
    "version": "1.0.0",
    "description": "a minimal react-native package for displaying a barcode",
    "main": "dist/index.js",
    "types": "dist/index.d.ts",
    "files": [
        "dist/"
    ],
    "peerDependencies": {
        "react": "^18.3.1",
        "react-native": "^0.75.3"
    },
    "devDependencies": {
        "@babel/preset-env": "^7.23.9",
        "@types/react": "^18.2.75",
        "@typescript-eslint/eslint-plugin": "^8.5.0",
        "@typescript-eslint/parser": "^8.5.0",
        "dprint": "^0.47.2",
        "eslint": "^9.10.0",
        "expo": "^51.0.8",
        "npm-run-all": "^4.1.5",
        "typescript": "^5.4.4"
    },
    "scripts": {
        "dev": "expo start",
        "lint": "run-p lint:*",
        "lint:eslint": "eslint src",
        "lint:tsc": "tsc --noEmit",
        "format": "dprint fmt '**/*.{js,ts,tsx,json}'",
        "format-check": "dprint check '**/*.{js,ts,tsx,json}'",
        "build": "tsc --noEmit false && rm -r dist/barcodes && cp -r src/barcodes dist/barcodes"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/TheBlindHawk/react-native-barcoder.git"
    },
    "keywords": [
        "react-native",
        "jsbarcode",
        "barcode",
        "display",
        "builder",
        "code128",
        "upc",
        "ean",
        "itf",
        "msi",
        "pharmacode"
    ],
    "author": "TheBlindHawk",
    "license": "MIT",
    "babel": {
        "presets": [
            "@babel/preset-env"
        ]
    },
    "bugs": {
        "url": "https://github.com/TheBlindHawk/react-native-barcoder/issues"
    },
    "homepage": "https://github.com/TheBlindHawk/react-native-barcoder#readme"
}
