mirror of
https://github.com/project-gauntlet/gauntlet.git
synced 2025-12-23 10:35:53 +00:00
19 lines
506 B
JSON
19 lines
506 B
JSON
{
|
|
"name": "@project-gauntlet/dev-plugin",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "gauntlet build",
|
|
"dev": "gauntlet dev"
|
|
},
|
|
"dependencies": {
|
|
"@project-gauntlet/api": "file:../js/api",
|
|
"@types/lodash": "^4.17.13",
|
|
"lodash": "^4.17.21"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.3.18",
|
|
"@types/deno": "^2.0.0",
|
|
"@project-gauntlet/tools": "git://github.com/project-gauntlet/tools.git#6b77be418d6eb48c4139979ff1b8d0350c5b5268",
|
|
"typescript": "^5.7.2"
|
|
}
|
|
}
|