Skip to content

Commit

Permalink
chore: clean up package.json (#456)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored and callmehiphop committed Nov 4, 2019
1 parent 3d00fed commit 3b3aaca
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions packages/google-cloud-dialogflow/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,10 @@
"Dialogflow API"
],
"scripts": {
"cover": "nyc --reporter=lcov mocha --require intelli-espower-loader 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 ../",
"test-no-cover": "mocha test/",
"test": "npm run cover",
"test": "c8 mocha",
"system-test": "mocha system-test/ --timeout 600000",
"all-test": "npm test && npm run system-test && npm run samples-test",
"fix": "eslint '**/*.js' --fix",
Expand All @@ -47,19 +44,18 @@
"protobufjs": "^6.8.0"
},
"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": "^3.6.3",
"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 3b3aaca

Please sign in to comment.