2022-03-31 08:45:47 +00:00
|
|
|
{
|
|
|
|
"name": "@calcom/embed-snippet",
|
2022-04-15 17:55:36 +00:00
|
|
|
"version": "1.0.0",
|
2022-03-31 08:45:47 +00:00
|
|
|
"main": "src/index.ts",
|
2022-04-15 17:55:36 +00:00
|
|
|
"description": "Vanilla JS embed snippet that is responsible to fetch @calcom/embed-core and thus show Cal Link as an embed on a page.",
|
2022-03-31 08:45:47 +00:00
|
|
|
"scripts": {
|
|
|
|
"build": "vite build",
|
|
|
|
"type-check": "tsc --pretty --noEmit",
|
|
|
|
"lint": "eslint --ext .ts,.js src"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"eslint": "^8.10.0"
|
|
|
|
}
|
|
|
|
}
|