We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f3a8e8 commit b238fb7Copy full SHA for b238fb7
packages/google-cloud-automl/samples/package.json
@@ -1,30 +1,26 @@
1
{
2
"name": "@google-cloud/automl-samples",
3
"description": "Samples for the Cloud AutoML Client Library for Node.js.",
4
- "version": "0.0.1",
5
"license": "Apache-2.0",
6
"author": "Google LLC",
7
"engines": {
8
"node": ">=8"
9
},
+ "files": [
10
+ "!test/*"
11
+ ],
12
"repository": "googleapis/nodejs-automl",
13
"private": true,
- "nyc": {
- "exclude": [
14
- "**/*.test.js"
15
- ]
16
- },
17
"scripts": {
18
"test": "mocha --timeout 600000"
19
20
"dependencies": {
21
"@google-cloud/automl": "^0.2.0",
22
- "chai": "^4.2.0",
23
- "execa": "^1.0.0",
24
"mathjs": "^5.5.0",
25
"yargs": "^13.2.1"
26
27
"devDependencies": {
28
- "mocha": "^6.0.1"
+ "mocha": "^6.0.1",
+ "chai": "^4.2.0"
29
}
30
0 commit comments