UNPKG

@bikematrix/web-components

Version:
35 lines (34 loc) 805 B
{ "name": "@bikematrix/web-components", "version": "1.1.46", "description": "A library of Bike Matrix web components", "main": "dist/bm_core.umd.js", "module": "dist/bm_core.es.js", "types": "dist/types/bm_core.es.d.ts", "files": [ "dist" ], "scripts": { "build": "vite build" }, "keywords": [ "bikematrix", "bike", "compatibility", "ecommerce", "web-components" ], "author": "Bike Matrix", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/bikematrix/web-components" }, "bugs": { "url": "https://github.com/bikematrix/web-components/issues" }, "homepage": "https://github.com/bikematrix/web-components#readme", "peerDependencies": { "preact": "^10.13.1" } }