package.json
3.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
"_from": "@google-cloud/text-to-speech",
"_id": "@google-cloud/text-to-speech@2.0.0",
"_inBundle": false,
"_integrity": "sha512-bJ17PBL0XL88my64lYcC0uNaARxQ2Y4Jdu6aQVUELb9tgeaZg2PbLQFPoXi0tRm5tyF7cJMD0awKlKnNzI/D5g==",
"_location": "/@google-cloud/text-to-speech",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "@google-cloud/text-to-speech",
"name": "@google-cloud/text-to-speech",
"escapedName": "@google-cloud%2ftext-to-speech",
"scope": "@google-cloud",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/@google-cloud/text-to-speech/-/text-to-speech-2.0.0.tgz",
"_shasum": "1a5848298d6a16e5bb135bcab22a613a0f94fad7",
"_spec": "@google-cloud/text-to-speech",
"_where": "C:\\Users\\김수민\\Desktop\\ostt\\LINEBOT",
"author": {
"name": "Google LLC"
},
"bugs": {
"url": "https://github.com/googleapis/nodejs-text-to-speech/issues"
},
"bundleDependencies": false,
"dependencies": {
"google-gax": "^1.9.0"
},
"deprecated": false,
"description": "Cloud Text-to-Speech API client for Node.js",
"devDependencies": {
"@types/mocha": "^5.2.5",
"@types/node": "^12.0.0",
"c8": "^6.0.0",
"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",
"gts": "^1.0.0",
"intelli-espower-loader": "^1.0.1",
"jsdoc": "^3.5.5",
"jsdoc-fresh": "^1.0.1",
"jsdoc-region-tag": "^1.0.2",
"linkinator": "^1.5.0",
"mocha": "^6.1.4",
"null-loader": "^3.0.0",
"pack-n-play": "^1.0.0-2",
"power-assert": "^1.4.4",
"prettier": "^1.11.1",
"ts-loader": "^6.2.1",
"typescript": "^3.7.0",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10"
},
"engines": {
"node": ">=8.10.0"
},
"files": [
"build/protos",
"build/src"
],
"homepage": "https://github.com/googleapis/nodejs-text-to-speech#readme",
"keywords": [
"google apis client",
"google api client",
"google apis",
"google api",
"google",
"google cloud platform",
"google cloud",
"cloud",
"google texttospeech",
"texttospeech",
"Cloud Text-to-Speech API"
],
"license": "Apache-2.0",
"main": "build/src/index.js",
"name": "@google-cloud/text-to-speech",
"repository": {
"type": "git",
"url": "git+https://github.com/googleapis/nodejs-text-to-speech.git"
},
"scripts": {
"clean": "gts clean",
"compile": "tsc -p . && cp -r protos build/",
"compile-protos": "compileProtos src",
"docs": "jsdoc -c .jsdoc.js",
"docs-test": "linkinator docs",
"fix": "gts fix",
"lint": "gts fix && eslint --fix samples/*.js samples/**/*.js",
"predocs-test": "npm run docs",
"prepare": "npm run compile",
"samples-test": "cd samples/ && npm link ../ && npm install && npm test && cd ../",
"system-test": "mocha build/system-test",
"test": "c8 mocha build/test"
},
"version": "2.0.0"
}