UNPKG

@mobiloud/ml-smart-banner

Version:
59 lines (58 loc) 1.31 kB
{ "name": "@mobiloud/ml-smart-banner", "description": "MobiLoud Smart App Banner", "type": "module", "private": false, "version": "1.3.0", "license": "GPL-3.0-or-later", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://github.com/mobiloudsupport/smart-banner" }, "keywords": [ "smartbanner", "smart", "banner", "app", "store", "mobile", "mobiloud", "native", "typescript", "vanillajs", "widget" ], "author": "Tomás González Morón", "homepage": "https://github.com/mobiloudsupport/smart-banner", "files": [ "dist" ], "main": "./dist/ml-smart-banner.umd.cjs", "module": "./dist/ml-smart-banner.js", "exports": { ".": { "import": "./dist/ml-smart-banner.js", "require": "./dist/ml-smart-banner.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/smart-banner/issues" } }