create-guilded-bot/packages/package.json

12 lines
269 B
JSON
Raw Normal View History

{
"dependencies": {
2022-11-19 17:09:20 +00:00
"async": "latest",
2022-11-19 17:37:53 +00:00
"got": "11.8.1",
"gradient-string": "^2.0.2",
"unzip-stream": "^0.3.1"
2022-11-19 17:09:20 +00:00
},
"devDependencies": {
2022-11-19 17:37:53 +00:00
"@types/gradient-string": "^1.1.2",
"@types/unzip-stream": "^0.3.1"
}
}