UNPKG

web-cardscan

Version:

This library provides payment card scanning and verification functionality for your web app.

70 lines (69 loc) 2.07 kB
{ "name": "web-cardscan", "title": "Web Cardscan", "version": "0.1.52", "description": "This library provides payment card scanning and verification functionality for your web app.", "private": false, "main": "./dist/bouncer_cardscan.bundle.js", "repository": { "type": "git", "url": "git+https://github.com/getbouncer/cardscan-web.git", "baseUrl": "https://github.com/getbouncer/cardscan-web" }, "typings": "./dist/bouncer_cardscan.bundle.d.ts", "homepage": "https://getbouncer.com", "keywords": [ "card", "scan", "cardscan", "payment", "mobile" ], "author": { "name": "Bouncer Technologies, Inc.", "email": "support@getbouncer.com" }, "license": "SEE LICENSE IN LICENSE FILE", "licenseFilename": "LICENSE", "readmeFilename": "README.md", "scripts": { "test": "jest", "start": "webpack serve --config webpack.dev.js", "build": "webpack --config webpack.prod.js", "build-npm": "webpack --config webpack.node.js", "prepublish": "npm run build-npm", "lint": "eslint src/js/**" }, "devDependencies": { "@babel/preset-env": "^7.13.9", "@types/jest": "^26.0.20", "@types/w3c-image-capture": "^1.0.2", "@typescript-eslint/eslint-plugin": "^4.16.1", "@typescript-eslint/parser": "^4.16.1", "babel-loader": "^8.2.2", "clean-webpack-plugin": "^3.0.0", "copy-webpack-plugin": "^9.0.0", "core-js": "^3.9.1", "css-loader": "^5.1.1", "dts-bundle-webpack": "^1.0.2", "eslint": "^7.21.0", "html-loader": "^2.1.1", "html-webpack-plugin": "^5.2.0", "jest": "^26.6.3", "remove-files-webpack-plugin": "^1.4.4", "style-loader": "^2.0.0", "ts-jest": "^26.5.4", "ts-loader": "^9.1.2", "typescript": "^4.2.2", "webpack": "^5.24.2", "webpack-cli": "^4.5.0", "webpack-dev-middleware": "^4.0.4", "webpack-dev-server": "^3.11.2", "webpack-merge": "^5.7.3", "webpack-node-externals": "^3.0.0", "worker-loader": "^3.0.8" }, "dependencies": { "@tensorflow/tfjs": "^3.2.0" } }