diff --git a/packages/google-cloud-talent/package.json b/packages/google-cloud-talent/package.json index 315e043f830..d72107c966a 100644 --- a/packages/google-cloud-talent/package.json +++ b/packages/google-cloud-talent/package.json @@ -48,6 +48,8 @@ "google-gax": "^2.9.0" }, "devDependencies": { + "@microsoft/api-documenter": "^7.8.10", + "@microsoft/api-extractor": "^7.8.10", "@types/mocha": "^8.0.0", "@types/node": "^12.0.0", "@types/sinon": "^9.0.0", diff --git a/packages/google-cloud-talent/samples/package.json b/packages/google-cloud-talent/samples/package.json index 743b01d6b90..0f35f1dcb50 100644 --- a/packages/google-cloud-talent/samples/package.json +++ b/packages/google-cloud-talent/samples/package.json @@ -12,13 +12,19 @@ "*.js" ], "scripts": { - "test": "mocha --timeout 600000" + "test": "mocha --timeout 600000", + "lint": "eslint src --ext .ts", + "lint:fix": "npm run lint -- --fix" }, "dependencies": { - "@google-cloud/talent": "^3.0.0" + "@google-cloud/talent": "^3.0.0", + "uuid": "^8.3.1", + "yargs": "^16.0.3" }, "devDependencies": { + "@types/mocha": "^8.0.0", + "@types/node": "^12.0.0", "chai": "^4.2.0", - "mocha": "^8.0.0" + "mocha": "^8.1.3" } }