astro-nico-embed
Version:
AstroNicoEmbed allows easy embedding of Niconico Douga (ニコニコ動画) videos in Astro projects.
45 lines (44 loc) • 1.19 kB
JSON
{
"name": "astro-nico-embed",
"version": "1.0.4",
"description": "AstroNicoEmbed allows easy embedding of Niconico Douga (ニコニコ動画) videos in Astro projects.",
"main": "src/index.ts",
"type": "module",
"files": [
"./src/"
],
"publishConfig": {
"provenance": true
},
"scripts": {
"format": "npx prettier --write ./src/**/*",
"format:check": "npx prettier --check ./src/**/*",
"ci:version": "npx changeset version",
"ci:publish": "npx changeset publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Robot-Inventor/astro-nico-embed.git"
},
"keywords": [
"astro",
"withastro",
"astro-component",
"video",
"media"
],
"author": "Robot-Inventor",
"license": "MIT",
"bugs": {
"url": "https://github.com/Robot-Inventor/astro-nico-embed/issues"
},
"homepage": "https://github.com/Robot-Inventor/astro-nico-embed#readme",
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.9",
"@robot-inventor/tsconfig-base": "^6.0.0",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"typescript": "^5.6.3"
}
}