mirror of
https://github.com/launchdarkly/ai-tooling.git
synced 2026-09-14 20:00:40 +08:00
11 lines
318 B
JSON
11 lines
318 B
JSON
{
|
|
"name": "launchdarkly-ai-tooling",
|
|
"private": true,
|
|
"description": "LaunchDarkly agent skills; use scripts here for repo-wide dev tasks.",
|
|
"scripts": {
|
|
"eval": "npm run eval:all --prefix evals",
|
|
"eval:all": "npm run eval:all --prefix evals",
|
|
"eval:view": "npm run eval:view --prefix evals"
|
|
}
|
|
}
|