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
+21
View File
@@ -0,0 +1,21 @@
{
"name": "@pig/piggy",
"version": "0.1.0",
"private": true,
"license": "Apache-2.0",
"type": "module",
"main": "./src/main.ts",
"scripts": {
"dev": "tsx watch src/main.ts",
"start": "tsx src/main.ts",
"typecheck": "tsc --noEmit",
"test": "node --test --import tsx test/*.test.ts"
},
"dependencies": {
"@pig/core": "*",
"@pig/db": "*",
"drizzle-orm": "^0.38.3",
"zod": "^3.24.1",
"zod-to-json-schema": "^3.25.1"
}
}