This commit is contained in:
IndyDevDan
2026-02-22 20:19:33 -06:00
commit 32dfe122cb
68 changed files with 8173 additions and 0 deletions

9
package.json Normal file
View File

@@ -0,0 +1,9 @@
{
"name": "pi-vs-cc",
"private": true,
"type": "module",
"description": "Pi Coding Agent extension playground",
"dependencies": {
"yaml": "^2.8.0"
}
}