Skip to content

Commit

Permalink
chore: clean up package.json (#321)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored and bcoe committed Nov 4, 2019
1 parent 6a5f435 commit 2c2fcf9
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions packages/google-cloud-monitoring/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@
"main": "src/index.js",
"files": [
"src",
"protos",
"AUTHORS",
"LICENSE"
"protos"
],
"keywords": [
"google apis client",
Expand All @@ -29,14 +27,11 @@
"Stackdriver Monitoring API"
],
"scripts": {
"cover": "nyc --reporter=lcov mocha test/*.js && nyc report",
"docs": "jsdoc -c .jsdoc.js",
"generate-scaffolding": "repo-tools generate all && repo-tools generate lib_samples_readme -l samples/ --config ../.cloud-repo-tools.json",
"lint": "eslint '**/*.js'",
"samples-test": "cd samples/ && npm link ../ && npm test && cd ../",
"system-test": "mocha system-test/*.js --timeout 600000",
"test-no-cover": "mocha test/*.js",
"test": "npm run cover",
"test": "c8 mocha",
"fix": "eslint '**/*.js' --fix",
"docs-test": "linkinator docs",
"predocs-test": "npm run docs"
Expand All @@ -45,19 +40,18 @@
"google-gax": "^1.7.5"
},
"devDependencies": {
"@google-cloud/nodejs-repo-tools": "^3.0.0",
"c8": "^6.0.1",
"codecov": "^3.0.0",
"eslint": "^6.0.0",
"eslint-config-prettier": "^6.0.0",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-prettier": "^3.0.0",
"jsdoc-fresh": "^1.0.1",
"intelli-espower-loader": "^1.0.1",
"jsdoc": "^3.5.5",
"jsdoc-fresh": "^1.0.1",
"linkinator": "^1.5.0",
"mocha": "^6.0.0",
"nyc": "^14.0.0",
"power-assert": "^1.4.4",
"prettier": "^1.7.4",
"linkinator": "^1.5.0"
"prettier": "^1.7.4"
}
}

0 comments on commit 2c2fcf9

Please sign in to comment.