polish: package manifest, README, exclude test files from npm pack

This commit is contained in:
pi
2026-04-11 01:54:46 +01:00
parent cdc8976088
commit 11380ed49b
4 changed files with 53 additions and 3 deletions

View File

@@ -1,8 +1,13 @@
{
"name": "pi-dev-tools",
"version": "0.1.0",
"description": "Pi extension package that adds formatting-aware edit/write tools plus setup-suggestion tooling for project-local developer workflows.",
"type": "module",
"keywords": ["pi-package"],
"repository": {
"type": "git",
"url": "https://gitea.rwiesner.com/pi/pi-dev-tools"
},
"scripts": {
"test": "tsx --test src/*.test.ts src/**/*.test.ts"
},