psi-profiler-tool
Version:
Profile your url with lighthouse
68 lines (67 loc) • 2.05 kB
JSON
{
"name": "psi-profiler-tool",
"version": "0.2.7",
"description": "Profile your url with lighthouse",
"keywords": [
"google",
"psi",
"profile"
],
"main": "lib/index.js",
"files": [
"lib"
],
"repository": "https://github.com/verydanny/lighthouse",
"author": "Daniil Veremchuk <daniel@verydanny.com>",
"homepage": "http://www.verydanny.com/",
"bugs": {
"url": "https://github.com/verydanny/lighthouse/issues"
},
"license": "MIT",
"private": false,
"scripts": {
"tsc": "tsc",
"prepublish": "yarn build && yarn tsc",
"build": "babel src -d lib --delete-dir-on-start --ignore src/**/*.d.ts --extensions [.es6,.js,.es,.jsx,.mjs,.ts,.tsx] -s",
"watch": "babel --watch src -d lib --delete-dir-on-start --ignore src/**/*.d.ts src/**/*.d.ts --extensions [.es6,.js,.es,.jsx,.mjs,.ts,.tsx]",
"lint": "tslint --fix -p .",
"tslint-check": "tslint-config-prettier-check ./tslint.json"
},
"bin": {
"psi-profiler": "lib/profiler.js"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.3.3",
"@babel/plugin-transform-modules-commonjs": "^7.2.0",
"@babel/preset-env": "^7.3.1",
"@babel/preset-typescript": "^7.3.3",
"@types/chalk": "^2.2.0",
"@types/common-tags": "^1.8.0",
"@types/figlet": "^1.2.0",
"@types/isomorphic-fetch": "^0.0.35",
"@types/lodash": "^4.14.121",
"@types/node": "^11.9.4",
"@types/ramda": "types/npm-ramda#dist",
"babel-eslint": "^10.0.1",
"eslint": "^5.14.0",
"eslint-config-prettier": "^4.0.0",
"eslint-plugin-prettier": "^3.0.1",
"prettier": "^1.16.4",
"tslint": "^5.12.1",
"tslint-config-prettier": "^1.18.0",
"tslint-import-group-ordering": "^2.1.1",
"tslint-plugin-prettier": "^2.0.1",
"typescript": "^3.3.3"
},
"dependencies": {
"chalk": "^2.4.2",
"clear": "^0.1.0",
"commander": "^2.19.0",
"common-tags": "^1.8.0",
"figlet": "^1.2.1",
"isomorphic-fetch": "^2.2.1",
"lodash": "^4.17.11",
"ramda": "^0.26.1"
}
}