chore: polish pi-question package manifest and README for packaging/tests

This commit is contained in:
pi
2026-04-11 02:09:46 +01:00
parent 425a08f5c7
commit 439cd89c27
3 changed files with 47 additions and 3 deletions

View File

@@ -1,8 +1,13 @@
{
"name": "pi-question",
"version": "0.1.0",
"description": "Pi extension package that provides a multi-question interactive choice flow with a built-in final free-text \"Something else...\" answer.",
"type": "module",
"keywords": ["pi-package"],
"repository": {
"type": "git",
"url": "https://gitea.rwiesner.com/pi/pi-question"
},
"scripts": {
"test": "tsx --test *.test.mjs"
},