mirror of
https://github.com/project-gauntlet/gauntlet.git
synced 2025-12-23 10:35:53 +00:00
17 lines
360 B
JSON
17 lines
360 B
JSON
{
|
|
"name": "@project-gauntlet/dev-plugin",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"build": "gauntlet"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.2.14",
|
|
"@project-gauntlet/deno": "*",
|
|
"@project-gauntlet/binary": "*"
|
|
},
|
|
"dependencies": {
|
|
"@project-gauntlet/api": "*",
|
|
"@types/lodash": "^4.14.196",
|
|
"lodash": "^4.17.21"
|
|
}
|
|
}
|