mirror of
https://github.com/rstackjs/agent-skills.git
synced 2026-09-14 20:07:05 +08:00
15 lines
271 B
JSON
15 lines
271 B
JSON
{
|
|
"name": "@agent-skills/e2e",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "rstest run -c rstest.config.ts"
|
|
},
|
|
"devDependencies": {
|
|
"@rstest/core": "^0.8.2",
|
|
"tinyexec": "^1.0.2",
|
|
"typescript": "^5.9.3"
|
|
}
|
|
}
|