@loomhq/loom-embed
Version:
SDK for easily embedding videos
48 lines • 1.42 kB
JSON
{
"name": "@loomhq/loom-embed",
"description": "SDK for easily embedding videos",
"version": "1.7.0",
"author": "@loomhq/platform",
"bugs": "https://github.com/loomhq/loom-embed/issues",
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@types/jest": "^29.5.5",
"@types/jsdom": "^16.2.12",
"cross-fetch": "^3.1.5",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.0.0",
"jest-junit": "^15.0.0",
"jsdom": "^16.6.0",
"ts-jest": "^29.0.0",
"ts-node": "^10.8.0",
"typescript": "^4.9.4",
"@loomhq/bundler": "1.0.15",
"@loomhq/tsconfig": "1.0.5"
},
"files": [
"/dist/cjs",
"/dist/esm/",
"/dist/.types"
],
"jest-junit": {
"suiteName": "@loomhq/loom-embed tests"
},
"keywords": [
"SDK",
"embed"
],
"license": "ISC",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"private": false,
"types": "./dist/.types",
"scripts": {
"build": "node build.mjs",
"build:types": "tsc",
"ci/lint": "pnpm lint --quiet --cache --cache-location /tmp/eslintcache/ --cache-strategy content",
"ci/test:unit": "JEST_JUNIT_FILE_PATH_PREFIX=$(git rev-parse --show-prefix) jest --ci --runInBand --reporters=default --reporters=jest-junit",
"clean:build": "rm -rf ./dist && rm -f tsconfig.tsbuildinfo",
"lint": "eslint \"**/*.{js,ts,jsx,tsx,graphql}\"",
"test": "jest --maxWorkers=2"
}
}