mirror of
https://github.com/project-gauntlet/gauntlet.git
synced 2025-12-23 10:35:53 +00:00
19 lines
459 B
JSON
19 lines
459 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.14.196",
|
|
"lodash": "^4.17.21"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.2.14",
|
|
"@project-gauntlet/deno": "file:../js/deno",
|
|
"@project-gauntlet/tools": "file:../../tools",
|
|
"typescript": "^5.2.2"
|
|
}
|
|
}
|