@social-embed/lib
Advanced tools
Comparing version 0.1.0-next.8 to 0.1.0-next.9
{ | ||
"name": "@social-embed/lib", | ||
"description": "URL detection and parsing for embed providers (YouTube, other OEmbed compatible providers),", | ||
"version": "0.1.0-next.8", | ||
"version": "0.1.0-next.9", | ||
"main": "dist/lib.umd.cjs", | ||
@@ -9,3 +9,6 @@ "module": "dist/lib.js", | ||
"type": "module", | ||
"files": ["dist", "types"], | ||
"files": [ | ||
"dist", | ||
"types" | ||
], | ||
"exports": { | ||
@@ -18,3 +21,8 @@ ".": { | ||
"license": "MIT", | ||
"keywords": ["embed", "typescript", "youtube", "dailymotion"], | ||
"keywords": [ | ||
"embed", | ||
"typescript", | ||
"youtube", | ||
"dailymotion" | ||
], | ||
"publishConfig": { | ||
@@ -32,9 +40,18 @@ "access": "public" | ||
}, | ||
"devDependencies": { | ||
"@biomejs/biome": "1.9.4", | ||
"typescript": "^5.7.2", | ||
"vite": "^6.0.6", | ||
"vite-plugin-dts": "^4.4.0", | ||
"vitest": "^2.1.8" | ||
}, | ||
"engines": { | ||
"node": ">=18" | ||
}, | ||
"scripts": { | ||
"clean": "rimraf dist", | ||
"vite": "vite", | ||
"start": "yarn vite", | ||
"start": "pnpm vite", | ||
"watch": "vite start", | ||
"build": "vite build", | ||
"prepare": "yarn build", | ||
"bootstrap": "echo 'NOOP'", | ||
@@ -46,14 +63,4 @@ "test": "vitest", | ||
"biome": "biome", | ||
"format": "yarn run biome format . --write" | ||
}, | ||
"devDependencies": { | ||
"@biomejs/biome": "1.9.4", | ||
"typescript": "^5.7.2", | ||
"vite": "^6.0.6", | ||
"vite-plugin-dts": "^4.4.0", | ||
"vitest": "^2.1.8" | ||
}, | ||
"engines": { | ||
"node": ">=18" | ||
"format": "pnpm run biome format . --write" | ||
} | ||
} | ||
} |
@@ -37,6 +37,2 @@ # [`@social-embed/lib`](https://social-embed.git-pull.com/) · [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/social-embed/social-embed/blob/master/LICENSE) [![npm version](https://img.shields.io/npm/v/@social-embed/lib.svg?style=flat)](https://www.npmjs.com/package/@social-embed/lib) | ||
## API Reference | ||
[https://social-embed.git-pull.com/api/](https://social-embed.git-pull.com/api/) | ||
## Try | ||
@@ -43,0 +39,0 @@ |
21370
45