@social-embed/lib
Version:
URL detection and parsing for embed providers (YouTube, other OEmbed compatible providers),
63 lines • 1.47 kB
JSON
{
"name": "@social-embed/lib",
"description": "URL detection and parsing for embed providers (YouTube, other OEmbed compatible providers),",
"version": "0.1.0-next.10",
"main": "dist/lib.umd.cjs",
"module": "dist/lib.js",
"typings": "dist/index.d.ts",
"type": "module",
"files": [
"dist",
"types"
],
"exports": {
".": {
"import": "./dist/lib.js",
"require": "./dist/lib.umd.cjs"
}
},
"license": "MIT",
"keywords": [
"embed",
"typescript",
"youtube",
"dailymotion"
],
"publishConfig": {
"access": "public"
},
"author": "Tony Narlock <tony@git-pull.com> (https://www.git-pull.com)",
"homepage": "https://social-embed.git-pull.com/",
"repository": {
"type": "git",
"url": "https://github.com/social-embed/social-embed"
},
"bugs": {
"url": "https://github.com/social-embed/social-embed/issues"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"typescript": "^5.7.2",
"vite": "^6.0.7",
"vite-plugin-dts": "^4.4.0",
"vitest": "^2.1.8"
},
"engines": {
"node": ">=18"
},
"scripts": {
"clean": "rimraf dist",
"check": "tsc --noEmit",
"vite": "vite",
"start": "pnpm vite",
"watch": "vite start",
"build": "vite build",
"bootstrap": "echo 'NOOP'",
"test": "vitest",
"lint": "biome lint",
"ncu": "ncu",
"update": "ncu",
"biome": "biome",
"format": "pnpm run biome format . --write"
}
}