UNPKG

svead

Version:
94 lines (93 loc) 2.3 kB
{ "name": "svead", "version": "0.0.13", "author": { "name": "Scott Spence", "email": "svead@scottspence.dev", "url": "https://scottspence.com" }, "keywords": [ "svelte", "sveltekit", "head", "meta-tags", "seo", "social", "twitter", "facebook", "og", "open-graph", "schema", "json-ld", "jsonld", "structured-data" ], "scripts": { "dev": "vite dev", "build": "vite build && npm run package", "preview": "vite preview", "package": "svelte-kit sync && svelte-package && publint", "prepublishOnly": "npm run package", "test": "npm run test:integration && npm run test:unit", "check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json", "check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch", "lint": "prettier --check . && eslint .", "format": "prettier --write .", "test:integration": "playwright test", "test:unit": "vitest", "test:ci": "vitest run", "coverage": "vitest run --coverage" }, "exports": { ".": { "types": "./dist/index.d.ts", "svelte": "./dist/index.js" } }, "files": [ "dist", "!dist/**/*.test.*", "!dist/**/*.spec.*" ], "peerDependencies": { "svelte": "^4.0.0 || ^5.0.0" }, "devDependencies": { "@playwright/test": "^1.48.1", "@sveltejs/adapter-auto": "^3.2.5", "@sveltejs/kit": "^2.7.2", "@sveltejs/package": "^2.3.5", "@sveltejs/vite-plugin-svelte": "^4.0.0", "@testing-library/svelte": "^5.2.4", "@types/eslint": "9.6.1", "@typescript-eslint/eslint-plugin": "^8.10.0", "@typescript-eslint/parser": "^8.10.0", "@vitest/coverage-v8": "^2.1.3", "eslint": "^9.13.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-svelte": "^2.45.1", "jsdom": "^25.0.1", "prettier": "^3.3.3", "prettier-plugin-svelte": "^3.2.7", "publint": "^0.2.11", "schema-dts": "^1.1.2", "svelte": "5.0.3", "svelte-check": "^4.0.5", "tslib": "^2.8.0", "typescript": "^5.6.3", "vite": "^5.4.9", "vitest": "^2.1.3" }, "svelte": "./dist/index.js", "types": "./dist/index.d.ts", "type": "module", "repository": { "type": "git", "url": "git+https://github.com/spences10/svead.git" }, "license": "MIT", "bugs": { "url": "https://github.com/spences10/svead/issues" }, "homepage": "https://github.com/spences10/svead#readme" }