UNPKG

anta

Version:

CLI tool and lib to gather app audits via [Lighthouse](https://github.com/GoogleChrome/lighthouse/).

48 lines (47 loc) 1.2 kB
{ "name": "anta", "version": "0.4.0", "description": "CLI tool and lib to gather app audits via [Lighthouse](https://github.com/GoogleChrome/lighthouse/).", "main": "lib/index.js", "bin": { "anta": "bin/cli.js" }, "scripts": { "prepublish": "npm run build", "build": "tsc && cd ./recipes/umi-perf && npm run build", "watch": "tsc -w", "lint": "[ \"$CI\" = true ] && eslint --quiet -f --ext '.ts' codeframe . || eslint --ext '.ts' .", "test": "npm run lint && ./test-runner.sh", "gulp-example": "gulp --gulpfile recipes/gulp/gulpfile.js --cwd recipes/gulp" }, "engines": { "install-node": "8.x" }, "dependencies": { "chrome-launcher": "^0.10.0", "lighthouse": "~2.9.1", "request": "^2.85.0", "yargs": "^8.0.2" }, "devDependencies": { "@types/node": "*", "chai": "^4.1.2", "eslint": "^4.13.1", "gulp": "^3.9.1", "gulp-connect": "^5.0.0", "mocha": "^4.0.1", "pre-commit": "^1.2.2", "sinon": "^4.1.3", "sinon-chai": "^2.14.0", "typescript": "^2.6.2", "typescript-eslint-parser": "^11.0.0" }, "pre-commit": [ "lint" ], "keywords": [ "app", "audits", "web" ] }