131 lines
4.0 KiB
JSON
131 lines
4.0 KiB
JSON
{
|
||
"name": "sitespeed.io",
|
||
"type": "module",
|
||
"bin": {
|
||
"sitespeed.io": "./bin/sitespeed.js",
|
||
"sitespeed.io-wpr": "./bin/browsertimeWebPageReplay.js"
|
||
},
|
||
"version": "35.3.0",
|
||
"description": "sitespeed.io is an open-source tool for comprehensive web performance analysis, enabling you to test, monitor, and optimize your website’s speed using real browsers in various environments.",
|
||
"keywords": [
|
||
"performance",
|
||
"web",
|
||
"rules",
|
||
"har",
|
||
"webperf",
|
||
"perfmatters",
|
||
"navigation-timing",
|
||
"browser"
|
||
],
|
||
"homepage": "https://www.sitespeed.io",
|
||
"license": "MIT",
|
||
"author": {
|
||
"name": "Peter Hedenskog",
|
||
"url": "https://www.peterhedenskog.com"
|
||
},
|
||
"contributors": [
|
||
{
|
||
"name": "Tobias Lidskog"
|
||
},
|
||
{
|
||
"name": "Jonathan Lee"
|
||
}
|
||
],
|
||
"repository": {
|
||
"type": "git",
|
||
"url": "git://github.com/sitespeedio/sitespeed.io.git"
|
||
},
|
||
"bugs": {
|
||
"url": "https://github.com/sitespeedio/sitespeed.io/issues"
|
||
},
|
||
"ava": {
|
||
"files": [
|
||
"test/**/*",
|
||
"!test/prepostscripts",
|
||
"!test/runWithoutCli.js",
|
||
"!test/data"
|
||
]
|
||
},
|
||
"scripts": {
|
||
"lint": "eslint . && npm run pug-lint",
|
||
"lint:fix": "eslint . --fix",
|
||
"eslint-check": "eslint --print-config .eslintrc.json | eslint-config-prettier-check",
|
||
"pug-lint": "pug-lint lib/plugins/html/templates",
|
||
"test": "ava",
|
||
"check-licenses": "tools/check-licenses.js",
|
||
"build:css": "npm run build:css-light && npm run build:css-dark",
|
||
"build:css-light": "sass lib/plugins/html/src/sass/main-light.scss > lib/plugins/html/assets/css/index-light.css && cleancss -o lib/plugins/html/assets/css/index-light.min.css lib/plugins/html/assets/css/index-light.css && rm lib/plugins/html/assets/css/index-light.css ",
|
||
"build:css-dark": "sass lib/plugins/html/src/sass/main-dark.scss > lib/plugins/html/assets/css/index-dark.css && cleancss -o lib/plugins/html/assets/css/index-dark.min.css lib/plugins/html/assets/css/index-dark.css && rm lib/plugins/html/assets/css/index-dark.css",
|
||
"generate:assets": "mkdir -p assets/$npm_package_version && cp -R lib/plugins/html/assets/ assets/$npm_package_version/"
|
||
},
|
||
"engines": {
|
||
"node": ">=14.19.1"
|
||
},
|
||
"devDependencies": {
|
||
"ava": "6.1.3",
|
||
"changelog-parser": "3.0.1",
|
||
"clean-css-cli": "5.6.3",
|
||
"eslint": "9.6.0",
|
||
"eslint-config-prettier": "9.1.0",
|
||
"eslint-plugin-prettier": "5.1.3",
|
||
"eslint-plugin-unicorn": "54.0.0",
|
||
"feed": "4.2.2",
|
||
"jsdoc": "4.0.3",
|
||
"license-checker": "^25.0.0",
|
||
"marked": "4.2.12",
|
||
"sass": "1.77.6",
|
||
"prettier": "3.3.2",
|
||
"pug-lint": "^2.7.0",
|
||
"pug-lint-config-clock": "^2.0.0"
|
||
},
|
||
"exports": "./lib/sitespeed.js",
|
||
"dependencies": {
|
||
"@google-cloud/storage": "6.9.5",
|
||
"@influxdata/influxdb-client": "1.33.2",
|
||
"@tgwf/co2": "0.16.0",
|
||
"@aws-sdk/client-s3": "3.609.0",
|
||
"axe-core": "4.10.0",
|
||
"browsertime": "23.2.0",
|
||
"coach-core": "8.0.2",
|
||
"cli-color": "2.0.4",
|
||
"concurrent-queue": "7.0.2",
|
||
"dayjs": "1.11.11",
|
||
"fast-crc32c": "2.0.0",
|
||
"fast-stats": "0.0.6",
|
||
"find-up": "7.0.0",
|
||
"fs-extra": "11.2.0",
|
||
"getos": "3.2.1",
|
||
"import-global": "1.1.1",
|
||
"influx": "5.9.3",
|
||
"intel": "1.2.0",
|
||
"jstransformer-markdown-it": "3.0.0",
|
||
"junit-report-builder": "3.2.1",
|
||
"lodash.chunk": "4.2.0",
|
||
"lodash.clonedeep": "4.5.0",
|
||
"lodash.flatten": "4.4.0",
|
||
"lodash.foreach": "4.5.0",
|
||
"lodash.get": "4.4.2",
|
||
"lodash.isempty": "4.4.0",
|
||
"lodash.merge": "4.6.2",
|
||
"lodash.pick": "4.4.0",
|
||
"lodash.pullall": "4.2.0",
|
||
"lodash.reduce": "4.6.0",
|
||
"lodash.set": "4.3.2",
|
||
"lodash.union": "4.6.0",
|
||
"markdown": "0.5.0",
|
||
"node-scp": "0.0.23",
|
||
"node-slack": "0.0.7",
|
||
"ora": "8.0.1",
|
||
"os-name": "6.0.0",
|
||
"p-limit": "6.1.0",
|
||
"pug": "3.0.3",
|
||
"recursive-readdir": "2.2.3",
|
||
"simplecrawler": "1.1.9",
|
||
"@sitespeed.io/plugin": "0.0.6",
|
||
"tape": "5.8.1",
|
||
"text-table": "0.2.0",
|
||
"uuid": "10.0.0",
|
||
"yargs": "17.7.2"
|
||
}
|
||
}
|