{
  "name": "@perfectum/synthetic",
  "version": "1.1.1",
  "description": "Library for measuring synthetic performance metrics",
  "author": "Zakharov Vladislav <wwzakharow@gmail.com>",
  "license": "Apache-2.0",
  "main": "lib/index.js",
  "typings": "lib/typings/index.d.ts",
  "scripts": {
    "prebuild": "rimraf lib",
    "build": "tsc",
    "lint": "lint-ts",
    "lint-staged": "lint-staged",
    "lint-ts": "eslint 'src/**/*.ts'"
  },
  "dependencies": {
    "chrome-launcher": "0.11.1",
    "deepmerge": "4.2.2",
    "kleur": "3.0.3",
    "lighthouse": "6.0.0",
    "node-emoji": "1.10.0",
    "node-fetch": "2.6.1",
    "puppeteer": "2.1.1",
    "tree-kill": "1.2.2",
    "ts-node": "8.8.2"
  },
  "devDependencies": {
    "@types/node-emoji": "1.8.1",
    "@types/node-fetch": "2.5.6",
    "@types/puppeteer": "2.0.1"
  },
  "files": [
    "lib"
  ],
  "gitHead": "feca18b9ca6d5eff6d8e37bc5fcee07b1e5302c2"
}
