@diax-js/form-element
Version:
Simple implementation of Form Associated Custom Elements.
46 lines (45 loc) • 1.03 kB
JSON
{
"name": "@diax-js/form-element",
"version": "0.3.0",
"description": "Simple implementation of Form Associated Custom Elements.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"module": "dist/index.js",
"files": [
"dist"
],
"dependencies": {
"@diax-js/common": "^0.3.0",
"@diax-js/context": "^0.3.0",
"@diax-js/custom-element": "^0.3.0"
},
"devDependencies": {
"@diax-js/test": "../test"
},
"scripts": {
"build": "tsc --build tsconfig.build.json --verbose",
"test": "vitest"
},
"keywords": [
"frontend",
"web",
"components",
"js",
"custom",
"element",
"form-element",
"forms",
"associated",
"element-internals"
],
"author": "Marek Miałkowski",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/quickmar/diax-js.git"
},
"bugs": {
"url": "hhttps://github.com/quickmar/diax-js/issues"
},
"homepage": "https://github.com/quickmar/diax-js/tree/main/packages/form-element"
}