Rename scenarios directory to example_plugins

This commit is contained in:
Exidex 2025-01-20 20:23:28 +01:00
parent 74f6433bea
commit 6ccd091c8f
No known key found for this signature in database
GPG key ID: AC63AA86DD4F2D45
105 changed files with 137 additions and 43 deletions

View file

@ -0,0 +1,17 @@
{
"name": "@project-gauntlet/docs-inline-three-sections",
"private": true,
"scripts": {
"build": "gauntlet build",
"dev": "gauntlet dev"
},
"dependencies": {
"@project-gauntlet/api": "file:../../js/api"
},
"devDependencies": {
"@types/react": "*",
"@types/deno": "*",
"@project-gauntlet/tools": "*",
"typescript": "*"
}
}