{ "name": "@push.rocks/websetup", "version": "3.0.20", "private": false, "description": "A library for setting up basic properties of a web page including meta tags, OpenGraph tags, JSON-LD structured data, with support for dynamic content.", "exports": { ".": "./dist_ts/index.js" }, "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts", "author": "Task Venture Capital GmbH ", "license": "MIT", "scripts": { "test": "tstest test/", "build": "tsbuild --web && tsbundle npm", "buildDocs": "tsdoc" }, "keywords": [ "web development", "SEO", "OpenGraph", "JSON-LD", "meta tags", "structured data", "TypeScript", "dynamic content", "website setup", "smart delay", "smart promise", "tag management" ], "devDependencies": { "@git.zone/tsbuild": "^4.4.0", "@git.zone/tsbundle": "^2.10.1", "@git.zone/tstest": "^3.6.3", "@types/node": "^25.6.0" }, "dependencies": { "@push.rocks/smartpromise": "^4.2.4", "@tsclass/tsclass": "^9.5.1" }, "files": [ "ts/**/*", "ts_web/**/*", "dist/**/*", "dist_*/**/*", "dist_ts/**/*", "dist_ts_web/**/*", "assets/**/*", "cli.js", ".smartconfig.json", "license", "npmextra.json", "readme.md" ], "browserslist": [ "last 1 chrome versions" ], "type": "module", "homepage": "https://code.foss.global/push.rocks/websetup", "repository": { "type": "git", "url": "https://code.foss.global/push.rocks/websetup.git" } }