gauntlet-cswimr-plugins/package.json

21 lines
465 B
JSON
Raw Normal View History

2024-10-17 15:20:23 -04:00
{
2024-10-19 16:54:59 -04:00
"name": "cswimr-gauntlet-plugins",
2024-10-17 15:20:23 -04:00
"scripts": {
"publish": "gauntlet publish",
"build": "gauntlet build",
"dev": "gauntlet dev"
},
"dependencies": {
"@project-gauntlet/api": "0.10.0",
2024-10-18 12:43:53 -04:00
"@project-gauntlet/deno": "0.10.0",
2024-10-19 16:54:59 -04:00
"unicode-emoji": "^2.5.0",
"which": "^5.0.0"
2024-10-17 15:20:23 -04:00
},
"devDependencies": {
"@project-gauntlet/tools": "0.8.0",
"@types/react": "^18.3.3",
2024-10-19 16:54:59 -04:00
"@types/which": "^3.0.4",
2024-10-17 15:20:23 -04:00
"typescript": "^5.5.4"
}
}