Build the agent-native compute CRM platform
CI / verify (push) Successful in 3m6s

This commit is contained in:
2026-08-13 01:39:01 -07:00
parent bfd2f8d95a
commit 853bde2265
160 changed files with 61812 additions and 483 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"name": "@pig/cli",
"version": "0.1.0",
"private": true,
"license": "Apache-2.0",
"type": "module",
"bin": { "pig": "./src/main.ts" },
"scripts": {
"dev": "tsx src/main.ts",
"typecheck": "tsc --noEmit",
"test": "node --test --import tsx test/*.test.ts"
},
"dependencies": {
"tsx": "^4.19.2"
}
}