Files
sigpro/package.json
2026-03-20 01:40:37 +01:00

31 lines
703 B
JSON

{
"name": "sigpro",
"version": "1.0.14",
"type": "module",
"license": "MIT",
"homepage": "https://natxocc.github.io/sigpro/",
"repository": {
"type": "git",
"url": "git+https://github.com/natxocc/sigpro.git"
},
"bugs": {
"url": "https://github.com/natxocc/sigpro/issues"
},
"scripts": {
"docs:dev": "vitepress dev packages/docs",
"docs:build": "vitepress build packages/docs",
"docs:preview": "vitepress preview packages/docs"
},
"devDependencies": {
"vitepress": "^1.6.4"
},
"keywords": [
"signals",
"reactive",
"web-components",
"vanilla-js",
"reactive-programming",
"signals-library",
"fine-grained-reactivity"
]
}