{
  "name": "lightit",
  "version": "1.6.1",
  "description": "Lighthouse wrapped package for running in CI",
  "bin": {
    "lightit": "./lightit.js"
  },
  "author": "Thiago Amanajas",
  "license": "ISC",
  "dependencies": {
    "fs": "0.0.1-security",
    "lighthouse": "^5.4.0",
    "mocha": "^6.2.0",
    "yargs": "^14.0.0"
  },
  "devDependencies": {
    "eslint": "^6.4.0"
  },
  "scripts": {
    "light": "node lightit.js --url=https://google.com",
    "test": "./node_modules/mocha/bin/mocha lightit.test.js"
  },
  "main": "lightit.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/amanajas/lightit.git"
  },
  "bugs": {
    "url": "https://github.com/amanajas/lightit/issues"
  },
  "homepage": "https://github.com/amanajas/lightit#readme"
}
