Module

x/xelement/package.json

X-Element an agnostic non framework that enhances custom elements with functionality and data binding that mimics native custom element standards
Go to Latest
File
{ "name": "@xeaone/element", "type": "module", "description": "X-Element an agnostic non framework that enhances custom elements with functionality and data binding that mimics native custom element standards", "browser": "./pro/index.js", "module": "./pro/index.js", "exports": { ".": "./pro/index.js", "./x-poly.js": "./pro/x-poly.js", "./x-router.js": "./pro/x-router.js", "./x-element.js": "./pro/x-element.js" }, "scripts": { "tdeploy": "deno run -A deploy.ts" }, "repository": { "type": "git", "url": "git+https://github.com/xeaone/element.git" }, "author": "Alexander Elias", "email": "alex.steven.elis@gmail.com", "license": "MPL-2.0", "bugs": { "url": "https://github.com/xeaone/element/issues" }, "homepage": "https://github.com/xeaone/element#readme", "keywords": [], "directories": { "docs": "docs", "pro": "pro", "src": "src" }, "devDependencies": { "@rollup/plugin-typescript": "^8.3.4", "@skypack/package-check": "^0.2.2", "rollup": "^2.77.2", "tslib": "^2.4.0" }, "version": "7.3.7"}