{
    "name": "@microblink/photopay-in-browser-sdk",
    "version": "7.7.9",
    "description": "A simple payment barcode scanning library for WebAssembly-enabled browsers.",
    "homepage": "https://github.com/PhotoPay/photopay-in-browser",
    "repository": "github:PhotoPay/photopay-in-browser",
    "bugs": "https://github.com/PhotoPay/photopay-in-browser/issues",
    "keywords": [],
    "engines": {
        "node": ">=12.0.0"
    },
    "main": "lib/photopay-sdk.js",
    "module": "es/photopay-sdk.js",
    "unpkg": "dist/photopay-sdk.js",
    "types": "types/index.d.ts",
    "files": [
        "ui/dist",
        "ui/loader",
        "ui/src",
        "dist",
        "es",
        "lib",
        "resources",
        "src",
        "types"
    ],
    "scripts": {
        "build": "npm run build:api && npm run build:ui",
        "build:api": "rollup -c",
        "build:ui": "cd ui && npm install && npm run build",
        "check-types": "tsc --noEmit",
        "clean": "npm run clean:api && npm run clean:ui",
        "clean:api": "rimraf dist es lib types",
        "clean:ui": "cd ui && npm run clean",
        "lint": "eslint --ext ts -c .eslintrc.json src",
        "pretest": "npm run build",
        "prepublishOnly": "npm run clean && npm run check-types && npm run lint && npm test",
        "test": "echo \"Not implemented!\""
    },
    "devDependencies": {
        "@babel/cli": "7.15.4",
        "@babel/core": "7.15.5",
        "@babel/preset-env": "7.15.6",
        "@rollup/plugin-babel": "5.2.1",
        "@rollup/plugin-node-resolve": "11.1.0",
        "@typescript-eslint/eslint-plugin": "4.31.1",
        "@typescript-eslint/parser": "4.31.1",
        "eslint": "7.32.0",
        "rimraf": "^3.0.2",
        "rollup": "2.38.1",
        "rollup-plugin-terser": "7.0.2",
        "rollup-plugin-typescript2": "0.27.1",
        "tslib": "2.0.0",
        "typescript": "4.0.3",
        "wasm-feature-detect": "1.2.11"
    }
}
