@slightlyoff/wpt-embed
Version:
Scripts and Web Components for capturing and displaying WPT traces in a blog
44 lines (43 loc) • 984 B
JSON
{
"name": "@slightlyoff/wpt-embed",
"version": "0.2.18",
"description": "Scripts and Web Components for capturing and displaying WPT traces in a blog",
"main": "",
"author": "Alex Russell",
"repository": {
"type": "git",
"url": "github:slightlyoff/wpt-embed"
},
"files": [
"src/**",
"dist/**"
],
"license": "MIT",
"engines": {
"node": ">=20.3.0"
},
"bin": {
"wpt-fetch": "src/scripts/wpt-fetch"
},
"scripts": {
"wpt-fetch": "./src/scripts/wpt-fetch",
"wpt-fetch-examples": "./src/scripts/wpt-fetch -j ./test/config.json",
"build": "npx esbuild --minify --format=esm --outdir=dist/components/ src/components/wpt-embed.js"
},
"devDependencies": {
"esbuild": "^0.25.5"
},
"dependencies": {
"commander": "^12.1.0",
"dotenv": "^16.4.5",
"ora": "^8.0.1",
"sharp": "^0.34.2",
"webpagetest": "^0.7.6"
},
"keywords": [
"wpt",
"webperf",
"webpagetest",
"web components"
]
}