UNPKG

@mobiloud/ml-qr-widget

Version:
59 lines (58 loc) 1.22 kB
{ "name": "@mobiloud/ml-qr-widget", "description": "Mobiloud QR widget", "type": "module", "private": false, "version": "1.2.0", "license": "GPL-3.0-or-later", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/mobiloudsupport/qr-widget.git" }, "keywords": [ "qrwidget", "qr", "widget", "app", "store", "mobile", "mobiloud", "native", "typescript", "vanillajs", "widget" ], "author": "Tomás González Morón", "homepage": "https://github.com/mobiloudsupport/qr-widget", "files": [ "dist" ], "main": "./dist/ml-qr-widget.umd.cjs", "module": "./dist/ml-qr-widget.js", "exports": { ".": { "import": "./dist/ml-qr-widget.js", "require": "./dist/ml-qr-widget.umd.cjs" } }, "scripts": { "dev": "vite", "build": "tsc && vite build", "preview": "vite preview" }, "devDependencies": { "@types/node": "^20.11.16", "terser": "^5.27.2", "typescript": "^5.2.2", "vite": "^5.0.8" }, "dependencies": { "rollup-plugin-terser": "^7.0.2" }, "bugs": { "url": "https://github.com/mobiloudsupport/qr-widget/issues" } }