UNPKG

plugin-javascript

Version:
59 lines 1.21 kB
{ "name": "plugin-javascript", "version": "2025.7.3", "type": "module", "exports": "./lib/index.js", "publishConfig": { "access": "public" }, "description": "Javascript plugin for sitespeed.io", "repository": { "type": "git", "url": "git+https://github.com/Webperf-se/plugin-javascript.git" }, "keywords": [ "sitespeed.io", "js", "Javascript", "webperf", "webperf_core", "webperf-core" ], "license": "MIT", "bugs": { "url": "https://github.com/Webperf-se/plugin-javascript/issues" }, "husky": { "hooks": { "pre-commit": "lint-staged" } }, "engines": { "node": ">=20.x" }, "lint-staged": { "*.js": [ "npm run lint:fix", "prettier --write --single-quote", "git add" ] }, "devDependencies": { "eslint": "9.31.0", "serve": "14.2.4", "serve-handler": "6.1.6" }, "dependencies": { "jsdom": "26.1.0", "eslint": "9.31.0", "globals": "16.3.0", "@sitespeed.io/plugin": "1.0.0" }, "scripts": { "start-server": "serve test/data/", "stop-server": "sudo pkill serve", "lint": "eslint .", "lint:fix": "eslint . --fix" }, "main": "./lib/index.js" }