gauntlet-cswimr-plugins/package.json
2024-10-19 16:54:59 -04:00

20 lines
465 B
JSON

{
"name": "cswimr-gauntlet-plugins",
"scripts": {
"publish": "gauntlet publish",
"build": "gauntlet build",
"dev": "gauntlet dev"
},
"dependencies": {
"@project-gauntlet/api": "0.10.0",
"@project-gauntlet/deno": "0.10.0",
"unicode-emoji": "^2.5.0",
"which": "^5.0.0"
},
"devDependencies": {
"@project-gauntlet/tools": "0.8.0",
"@types/react": "^18.3.3",
"@types/which": "^3.0.4",
"typescript": "^5.5.4"
}
}