@nexim/element
Version:
Utility functions and mixins for building high-performance web components with Lit.
117 lines (116 loc) • 2.76 kB
JSON
{
"name": "@nexim/element",
"version": "2.0.3",
"description": "Utility functions and mixins for building high-performance web components with Lit.",
"keywords": [
"lit",
"web-components",
"mixins",
"logger",
"light-dom",
"typescript",
"nexim"
],
"homepage": "https://github.com/the-nexim/nanolib/tree/next/packages/element#readme",
"bugs": {
"url": "https://github.com/the-nexim/nanolib/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/the-nexim/nanolib",
"directory": "packages/element"
},
"license": "AGPL-3.0-only",
"author": "S. Amir Mohammad Najafi <njfamirm@gmail.com> (https://www.njfamirm.ir)",
"contributors": [
"Arash Ghardashpoor <arash.qardashpoor@gmail.com> (https://www.agpagp.ir)"
],
"type": "module",
"exports": {
".": {
"types": "./dist/main.d.ts",
"import": "./dist/main.mjs",
"require": "./dist/main.cjs"
}
},
"main": "./dist/main.cjs",
"module": "./dist/main.mjs",
"types": "./dist/main.d.ts",
"files": [
"**/*.{js,mjs,cjs,map,d.ts,html,md,LEGAL.txt}",
"LICENSE",
"!**/*.test.js"
],
"scripts": {
"build": "wireit",
"doc": "wireit",
"test": "wireit",
"watch": "wireit"
},
"dependencies": {
"@alwatr/logger": "^5.5.3",
"@alwatr/package-tracer": "^5.5.3",
"@alwatr/type-helper": "^5.4.1",
"lit": "^3.3.0",
"typedoc": "^0.28.3",
"typedoc-plugin-markdown": "^4.6.3"
},
"devDependencies": {
"@alwatr/nano-build": "^5.5.3",
"@nexim/typescript-config": "^2.0.1",
"ava": "^6.2.0",
"typedoc-plugin-no-inherit": "^1.6.1",
"typescript": "^5.8.3",
"wireit": "^0.14.12"
},
"publishConfig": {
"access": "public"
},
"nano-build": {
"platform": "browser"
},
"wireit": {
"test": {
"command": "NODE_OPTIONS=\"$NODE_OPTIONS --enable-source-maps --experimental-vm-modules\" ava"
},
"build": {
"dependencies": [
"build:type",
"build:es"
]
},
"build:es": {
"command": "yarn nano-build --preset=module",
"files": [
"src",
"tsconfig.json"
],
"clean": "if-file-deleted",
"output": [
"dist",
"tsconfig.tsbuildinfo"
]
},
"build:type": {
"command": "tsc --build"
},
"watch": {
"dependencies": [
"watch:es",
"watch:ts"
]
},
"watch:ts": {
"command": "tsc --build --watch --preserveWatchOutput",
"service": true
},
"watch:es": {
"command": "yarn nano-build --preset=module --watch",
"service": true
},
"doc": {
"command": "typedoc"
}
},
"gitHead": "958e5c52a3b48808a4db41686795f8b1bfbb4b37"
}