tsx-schema-markup
Version:
A package for adding schema markup to your tsx page
63 lines (62 loc) • 1.34 kB
JSON
{
"name": "tsx-schema-markup",
"version": "1.0.2",
"description": "A package for adding schema markup to your tsx page",
"main": "dist",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "node generateIndex.js && npx tsc",
"format": "prettier -w ."
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/grissly-man/tsx-schema-markup.git"
},
"keywords": [
"tsx",
"schema.org",
"structured-data",
"jsonld",
"schema",
"react",
"typescript",
"seo",
"search",
"markup",
"rich-snippets",
"search-enhancement",
"semantic-web",
"react-schema",
"schema-markup",
"structured-data-tsx",
"schema-components",
"semantic-markup",
"schema-types",
"nextjs",
"microdata",
"ld+json",
"profilepage",
"article",
"breadcrumb",
"webpage",
"mainEntity"
],
"author": "grissly-man",
"license": "ISC",
"bugs": {
"url": "https://github.com/grissly-man/tsx-schema-markup/issues"
},
"homepage": "https://github.com/grissly-man/tsx-schema-markup#readme",
"devDependencies": {
"@types/react": "^19.1.8",
"prettier": "^3.6.2",
"typescript": "^5.8.3"
},
"dependencies": {
"schema-dts": "^1.1.5"
},
"files": [
"./dist",
"README.md"
]
}