15 lines
578 B
JSON
15 lines
578 B
JSON
|
|
{
|
|||
|
|
"$schema": "https://json.schemastore.org/package.json",
|
|||
|
|
"private": true,
|
|||
|
|
"name": "@calcom/skype",
|
|||
|
|
"version": "0.0.0",
|
|||
|
|
"main": "./index.ts",
|
|||
|
|
"dependencies": {
|
|||
|
|
"@calcom/lib": "*"
|
|||
|
|
},
|
|||
|
|
"devDependencies": {
|
|||
|
|
"@calcom/types": "*"
|
|||
|
|
},
|
|||
|
|
"description": "Skype is for connecting with the people that matter most in your life and work. It's built for both one-on-one and group conversations and works wherever you are – via mobile, PC and Alexa. Skype messaging and HD voice and video calling will help you share experiences and get things done with others."
|
|||
|
|
}
|