chore: pivot to Wordbench — remove Originmain codebase, add PRD
Clears the prior AI design-engineering product and replaces the repo with the Wordbench (agentic WordPress development environment) PRD.
This commit is contained in:
@@ -1,29 +0,0 @@
|
||||
{
|
||||
"name": "originmain",
|
||||
"version": "0.0.1",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"typecheck": "pnpm -r run typecheck",
|
||||
"lint": "eslint . --max-warnings 0",
|
||||
"test": "vitest run --coverage",
|
||||
"build": "pnpm --filter @originmain/app run build",
|
||||
"sdk:build": "pnpm --filter @originmain/live run build && pnpm --filter @originmain/next run build",
|
||||
"dev": "pnpm --filter @originmain/app run dev",
|
||||
"cli:build": "pnpm --filter @originmain/cli run build",
|
||||
"cli:dev": "node packages/cli/dist/cli.js dev",
|
||||
"migration:dry-run": "supabase db diff --schema public"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@typescript-eslint/eslint-plugin": "^8.0.0",
|
||||
"@typescript-eslint/parser": "^8.0.0",
|
||||
"@vitest/coverage-v8": "^2.1.9",
|
||||
"eslint": "^9.0.0",
|
||||
"typescript": "^5.5.0",
|
||||
"vitest": "^2.1.9"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=22",
|
||||
"pnpm": ">=9"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user