mirror of
https://github.com/project-gauntlet/gauntlet.git
synced 2025-12-23 10:35:53 +00:00
17 lines
366 B
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": "*"
|
|
}
|
|
}
|