UNPKG

lydio

Version:

Beautiful, modular, programmatic HTML

52 lines (51 loc) 1.32 kB
{ "name": "lydio", "version": "3.0.1", "homepage": "https://alexstevovich.com/a/lydio-nodejs", "author": { "name": "Alex Stevovich", "email": "dev@alexstevovich.com", "url": "https://alexstevovich.com" }, "description": "Beautiful, modular, programmatic HTML", "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", "html", "generator", "templating", "javascript", "fluent", "dom", "markup", "structured-html", "web", "frontend", "web-components", "ui-library", "tag-based", "self-closing", "dynamic-html" ], "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" } }