UNPKG

link-preview-js

Version:

Javascript module to extract and fetch HTTP link information from blocks of text.

60 lines (59 loc) 1.5 kB
{ "name": "link-preview-js", "version": "4.0.3", "description": "Javascript module to extract and fetch HTTP link information from blocks of text.", "main": "build/index.js", "exports": { ".": { "require": "./build/index.js", "import": "./build/index.js" }, "./package.json": "./package.json" }, "types": "build/index.d.ts", "scripts": { "test": "jest", "test:ci": "jest --testLocationInResults --ci --outputFile=test_results.json --json", "build": "tsc", "lint": "oxlint . --jest-plugin --deny-warnings", "lint:fix": "oxlint . --jest-plugin --fix", "format": "oxfmt --write .", "format:check": "oxfmt --check .", "bump": "./bump-version.sh", "prepublishOnly": "tsc" }, "keywords": [ "javascript", "link", "url", "http", "preview" ], "author": "Oscar Franco", "email": "ospfranco@protonmail.com", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/OP-Engineering/link-preview-js.git" }, "dependencies": { "cheerio": "1.0.0-rc.11" }, "files": [ "build" ], "devDependencies": { "@skypack/package-check": "^0.2.2", "@types/cheerio": "0.22.24", "@types/jest": "^30.0.0", "jest": "30.3.0", "oxfmt": "^0.46.0", "oxlint": "^1.61.0", "ts-jest": "29.4.9", "typescript": "6.0.3" }, "packageManager": "yarn@1.22.22+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610", "engines": { "node": ">=18" } }