@lydio/schema
Version:
JSON-LD Schema node for Lydio
52 lines (51 loc) • 1.33 kB
JSON
{
"name": "@lydio/schema",
"version": "3.0.3",
"homepage": "https://alexstevovich.com/a/lydio-schema-nodejs",
"author": {
"name": "Alex Stevovich",
"email": "dev@alexstevovich.com",
"url": "https://alexstevovich.com"
},
"description": "JSON-LD Schema node for Lydio",
"type": "module",
"main": "./src/index.js",
"files": [
"./src"
],
"license": "Apache-2.0",
"scripts": {
"poshify": "npx poshify",
"pretty": "npx prettier --write .",
"lint": "eslint ./src/",
"lint:fix": "eslint --fix ./src/",
"test": "npx vitest --run",
"build": "npm run poshify && npm run pretty && npm run lint:fix && npm run lint"
},
"keywords": [
"lydio",
"schema",
"json-ld",
"structured-data",
"semantic-web",
"seo",
"schema.org",
"html-generator",
"markup",
"metadata",
"web-standards",
"structured-content",
"ld+json"
],
"dependencies": {
"lydio": "^3.0.1"
},
"devDependencies": {
"eslint": "^9.36.0",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-prettier": "^5.5.4",
"poshify": "^1.0.0",
"prettier": "^3.6.2",
"vitest": "^3.2.4"
}
}