UNPKG

1.82 kBJSONView Raw
1{
2 "name": "@google-cloud/language",
3 "description": "Google Cloud Natural Language API client for Node.js",
4 "version": "4.3.1",
5 "license": "Apache-2.0",
6 "author": "Google Inc",
7 "engines": {
8 "node": ">=10"
9 },
10 "repository": "googleapis/nodejs-language",
11 "main": "build/src/index.js",
12 "files": [
13 "build/protos",
14 "build/src",
15 "AUTHORS",
16 "CONTRIBUTORS",
17 "LICENSE"
18 ],
19 "keywords": [
20 "google apis client",
21 "google api client",
22 "google apis",
23 "google api",
24 "google",
25 "google cloud platform",
26 "google cloud",
27 "cloud",
28 "google language",
29 "language",
30 "Google Cloud Natural Language API"
31 ],
32 "scripts": {
33 "docs": "jsdoc -c .jsdoc.js",
34 "lint": "gts check",
35 "samples-test": "cd samples/ && npm link ../ && npm install && npm test && cd ../",
36 "system-test": "mocha build/system-test",
37 "test": "c8 mocha build/test",
38 "fix": "gts fix",
39 "docs-test": "linkinator docs",
40 "clean": "gts clean",
41 "compile": "tsc -p . && cp -r protos build/",
42 "compile-protos": "compileProtos src",
43 "predocs-test": "npm run docs",
44 "prepare": "npm run compile",
45 "prelint": "cd samples; npm link ../; npm install",
46 "precompile": "gts clean"
47 },
48 "dependencies": {
49 "google-gax": "^2.24.1"
50 },
51 "devDependencies": {
52 "@types/mocha": "^8.0.0",
53 "@types/node": "^14.0.0",
54 "@types/sinon": "^10.0.0",
55 "c8": "^7.0.0",
56 "codecov": "^3.0.2",
57 "gts": "^2.0.0",
58 "jsdoc": "^3.5.5",
59 "jsdoc-fresh": "^1.0.1",
60 "jsdoc-region-tag": "^1.0.2",
61 "linkinator": "^2.0.0",
62 "mocha": "^8.0.0",
63 "null-loader": "^4.0.0",
64 "pack-n-play": "^1.0.0-2",
65 "sinon": "^11.0.0",
66 "ts-loader": "^9.0.0",
67 "typescript": "^3.8.3",
68 "webpack": "^5.0.0",
69 "webpack-cli": "^4.0.0"
70 }
71}