astro-terminal-player
Version:
Embed player for terminal sessions (recorded with asciinema) in your Astro project. Using asciinema player under the hood. Comes with full asciinema player settings support, typings and docs hints.
39 lines (38 loc) • 1.08 kB
JSON
{
"name": "astro-terminal-player",
"version": "0.1.5",
"description": "Embed player for terminal sessions (recorded with asciinema) in your Astro project.\nUsing asciinema player under the hood.\nComes with full asciinema player settings support, typings and docs hints.",
"keywords": [
"astro",
"astro-component",
"asciinema",
"terminal",
"sessions",
"cli",
"recording",
"player",
"javascript",
"command-line"
],
"homepage": "https://code.juliancataldo.com/component/astro-terminal-player",
"bugs": {
"url": "https://github.com/JulianCataldo/web-garden/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/JulianCataldo/web-garden",
"directory": "components/TerminalPlayer"
},
"license": "ISC",
"author": "Julian Cataldo",
"type": "module",
"main": "index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"asciinema-player": "^3.0.1",
"zod": "^3.19.1"
},
"gitHead": "23d62d6f4898153f17aec78147fb4b22ac9aedb0"
}