UNPKG

@breadcrum/extract-meta

Version:
64 lines (63 loc) 1.87 kB
{ "name": "@breadcrum/extract-meta", "version": "2.0.0", "description": "Extract various metadata from html", "type": "module", "module": "index.js", "main": "index.js", "scripts": { "prepublishOnly": "npm run build && git push --follow-tags && gh-release -y", "postpublish": "npm run clean", "test": "run-s test:*", "test:lint": "eslint", "test:node": "c8 node --test", "test:tsc": "tsc", "version": "run-s version:*", "version:changelog": "auto-changelog -p --template keepachangelog auto-changelog --breaking-pattern 'BREAKING CHANGE:'", "version:git": "git add CHANGELOG.md", "clean": "run-p clean:*", "clean:declarations-top": "rm -rf $(find . -maxdepth 1 -type f \\( -name '*.d.ts*' -o -name '*.cts*' \\))", "clean:declarations-lib": "rm -rf $(find lib -type f -name '*.d.ts*' ! -name '*-types.d.ts')", "build": "npm run clean && run-p build:*", "build:declaration": "tsc -p declaration.tsconfig.json" }, "repository": { "type": "git", "url": "git+https://github.com/hifiwi-fi/extract-meta.git" }, "keywords": [ "html-metadata", "extract-title" ], "author": "Bret Comnes <bcomnes@gmail.com> (https://bret.io/)", "license": "MIT", "bugs": { "url": "https://github.com/hifiwi-fi/extract-meta/issues" }, "homepage": "https://github.com/hifiwi-fi/extract-meta#readme", "dependencies": { "@types/jsdom": "^21.1.7", "@types/node": "^22.10.2" }, "devDependencies": { "@voxpelli/tsconfig": "^15.1.0", "auto-changelog": "^2.0.0", "desm": "^1.3.0", "gh-release": "^7.0.0", "c8": "^10.0.0", "jsdom": "^25.0.1", "neostandard": "^0.12.0", "npm-run-all2": "^7.0.1", "typescript": "~5.7.2" }, "engines": { "node": ">=19", "npm": ">=8" }, "c8": { "reporter": [ "lcov", "text" ] } }