gauntlet/example_plugins/plugins/ui_inline_three_sections/package.json

17 lines
366 B
JSON

{
"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": "*"
}
}