File tree Expand file tree Collapse file tree
core/generator/gapic-generator-typescript/templates Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22 "name" : " {{ api.publishName }}" ,
33 "version" : " 0.1.0" ,
44 "description" : " {{ api.naming.productName }} client for Node.js" ,
5- "repository" : " googleapis/nodejs-{{ api.naming.productName.toKebabCase() }}" ,
5+ "repository" : {
6+ "type" : " git" ,
7+ "url" : " https://github.com/googleapis/google-cloud-node.git" ,
8+ "directory" : " packages/{{ api.naming.namePath }}"
9+ },
10+ "homepage" : " https://github.com/googleapis/google-cloud-node/tree/main/packages/{{ api.naming.namePath }}" ,
611 "license" : " Apache-2.0" ,
712 "author" : " Google LLC" ,
813 "main" : " build/src/index.js" ,
Original file line number Diff line number Diff line change 22 "name" : " {{ api.publishName }}" ,
33 "version" : " 0.1.0" ,
44 "description" : " {{ api.naming.productName }} client for Node.js" ,
5- "repository" : " googleapis/nodejs-{{ api.naming.productName.toKebabCase() }}" ,
5+ "repository" : {
6+ "type" : " git" ,
7+ "url" : " https://github.com/googleapis/google-cloud-node.git" ,
8+ "directory" : " packages/{{ api.naming.namePath }}"
9+ },
10+ "homepage" : " https://github.com/googleapis/google-cloud-node/tree/main/packages/{{ api.naming.namePath }}" ,
611 "license" : " Apache-2.0" ,
712 "author" : " Google LLC" ,
813 "main" : " ./build/cjs/src/index.cjs" ,
You can’t perform that action at this time.
0 commit comments