cal/packages/app-store/giphy/package.json

15 lines
427 B
JSON
Raw Normal View History

2022-05-01 17:42:35 -03:00
{
"$schema": "https://json.schemastore.org/package.json",
"private": true,
"name": "@calcom/giphy",
"version": "0.0.0",
"main": "./index.ts",
"description": "GIPHY is your top source for the best & newest GIFs & Animated Stickers online. Find everything from funny GIFs, reaction GIFs, unique GIFs and more.",
"dependencies": {
"@calcom/prisma": "*"
},
"devDependencies": {
"@calcom/types": "*"
}
}