gauntlet-cswimr-plugins/package.json
cswimr 3d3a80c688
All checks were successful
Build Plugins / Build plugins (push) Successful in 22s
tooling updates
2024-12-22 11:42:50 -05:00

20 lines
455 B
JSON

{
"name": "cswimr-gauntlet-plugins",
"scripts": {
"publish": "gauntlet publish",
"build": "gauntlet build",
"dev": "gauntlet dev"
},
"dependencies": {
"@project-gauntlet/api": "0.12.0",
"unicode-emoji": "^2.5.0",
"which": "^5.0.0"
},
"devDependencies": {
"@project-gauntlet/tools": "0.9.0",
"@types/deno": "^2.0.0",
"@types/react": "^18.3.18",
"@types/which": "^3.0.4",
"typescript": "^5.7.2"
}
}