42 lines
771 B
JSON
42 lines
771 B
JSON
{
|
|
"name": "sigpro-ui",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"license": "MIT",
|
|
"main": "./index.js",
|
|
"module": "./index.js",
|
|
"exports": {
|
|
".": "./index.js"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"sigpro-ui",
|
|
"vite",
|
|
"README.md",
|
|
"LICENSE"
|
|
],
|
|
"homepage": "https://natxocc.github.io/sigpro-ui/",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/natxocc/sigpro-ui.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/natxocc/sigpro-ui/issues"
|
|
},
|
|
"scripts": {
|
|
"docs": "bun x serve docs"
|
|
},
|
|
"keywords": [
|
|
"signals",
|
|
"reactive",
|
|
"sigpro",
|
|
"sigpro components",
|
|
"UI",
|
|
"web-components",
|
|
"vanilla-js",
|
|
"reactive-programming",
|
|
"signals-library",
|
|
"fine-grained-reactivity"
|
|
]
|
|
}
|