{ "name": "sigpro", "version": "1.0.9", "type": "module", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/natxocc/sigpro.git" }, "bugs": { "url": "https://github.com/natxocc/sigpro/issues" }, "scripts": { "docs:dev": "vitepress dev docs", "docs:build": "vitepress build docs", "docs:preview": "vitepress preview docs" }, "devDependencies": { "vitepress": "^1.6.4" } }