gauntlet-cswimr-plugins/package.json
cswimr 35b6a0b2f4
All checks were successful
Build Plugins / Build plugins (push) Successful in 15s
update to @project-gauntlet/tools version ^0.9.0
2024-10-20 14:20:35 -04:00

20 lines
466 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.9.0",
"@types/react": "^18.3.3",
"@types/which": "^3.0.4",
"typescript": "^5.5.4"
}
}