UNPKG

@ascensiongamedev/rehype-video

Version:
70 lines 1.69 kB
{ "name": "@ascensiongamedev/rehype-video", "version": "1.2.6", "description": "Markdown supports video play with `.mp4` and `.mov` URLs.", "homepage": "https://github.com/AscensionGameDev/Intersect-Documentation/tree/rehype-video/main", "sideEffects": false, "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", "author": "jaywcjlove", "contributors": [ { "name": "lodicolo", "url": "https://github.com/lodicolo" } ], "license": "MIT", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://github.com/AscensionGameDev/Intersect-Documentation/tree/rehype-video/main" }, "files": [ "dist", "src" ], "keywords": [ "rehype", "rehype-video", "github-video", "markdown", "javascript", "html", "ast", "unified" ], "jest": { "transformIgnorePatterns": [ "<rootDir>/node_modules/?!(.*)" ] }, "engines": { "node": "^12.20.0 || ^14.13.1 || >=16.0.0" }, "dependencies": { "unified": "~10.1.2", "unist-util-visit": "~4.1.2" }, "devDependencies": { "@types/hast": "^2.3.4", "rehype": "~12.0.1", "rehype-stringify": "~9.0.3", "remark": "~14.0.2", "remark-gfm": "~3.0.1", "remark-parse": "~10.0.1", "remark-rehype": "~10.1.0", "tsbb": "~3.7.9", "tsc-esm-fix": "~2.18.0" }, "scripts": { "watch": "tsbb watch --disable-babel", "build": "tsbb build --disable-babel && pnpm run fix", "fix": "tsc-esm-fix --target='dist' --ext='.js'", "type-check": "tsc --noEmit", "test": "tsbb test", "coverage": "tsbb test --coverage --bail" } }