15 lines
427 B
JSON
15 lines
427 B
JSON
|
{
|
||
|
"$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": "*"
|
||
|
}
|
||
|
}
|