UNPKG

@ibyar/elements

Version:

Ibyar elements, hold info about HTMLElements class, attributes and tag name

56 lines (55 loc) 1.21 kB
{ "name": "@ibyar/elements", "version": "3.1.1", "description": "Ibyar elements, hold info about HTMLElements class, attributes and tag name", "license": "MIT", "homepage": "https://github.com/ibyar/aurora/tree/dev/packages/elements", "repository": { "type": "git", "url": "https://github.com/ibyar/aurora.git", "directory": "packages/elements" }, "bugs": { "url": "https://github.com/ibyar/aurora/issues" }, "author": "The Ibyar Authors (https://github.com/ibyar/aurora/graphs/contributors)", "contributors": [ { "name": "Muhammad Salem", "email": "salem.ebo@gmail.com" } ], "main": "./index.js", "module": "./index.js", "types": "./index.d.ts", "type": "module", "exports": { ".": "./index.js", "./node": "./node.js", "./node.js": "./node.js" }, "files": [ "*" ], "publishConfig": { "access": "public" }, "devDependencies": { "typescript": "^5.7.3" }, "scripts": { "build": "tsc --build --verbose", "docs": "npx typedoc --tsconfig ../../src/elements/tsconfig.json" }, "keywords": [ "aurora", "ibyar", "node", "elements", "elements-info", "typescript", "a11y", "front-end" ], "gitHead": "9532d01b23f038ee839911245e7ccf1f24add1d6" }