earl 0.4.0

AI-safe CLI for AI agents
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "$schema": "https://turbo.build/schema.json",
  "tasks": {
    "build": {
      "dependsOn": ["^build"],
      "outputs": ["dist/**", "out/**", ".next/**", "public/rustdoc/**"]
    },
    "dev": {
      "cache": false,
      "persistent": true
    },
    "types:check": {
      "dependsOn": ["^types:check"],
      "outputs": []
    }
  }
}