UNPKG

@webreflection/custom-elements-attributes

Version:
38 lines (37 loc) 940 B
{ "name": "@webreflection/custom-elements-attributes", "version": "0.1.4", "description": "A customElements helper to observe attributes", "main": "./cjs/index.js", "scripts": { "build": "npm run cjs", "cjs": "ascjs --no-default esm cjs" }, "keywords": [ "customElements", "attributes", "observer" ], "author": "Andrea Giammarchi", "license": "ISC", "devDependencies": { "ascjs": "^5.0.1" }, "module": "./esm/index.js", "type": "module", "exports": { ".": { "import": "./esm/index.js", "default": "./cjs/index.js" }, "./package.json": "./package.json" }, "repository": { "type": "git", "url": "git+https://github.com/WebReflection/custom-elements-attributes.git" }, "bugs": { "url": "https://github.com/WebReflection/custom-elements-attributes/issues" }, "homepage": "https://github.com/WebReflection/custom-elements-attributes#readme" }