UNPKG

@voiceflow/google-types

Version:
58 lines (57 loc) 1.66 kB
{ "name": "@voiceflow/google-types", "version": "2.21.11", "description": "Google service types", "keywords": [ "voiceflow", "voiceflow-types" ], "homepage": "https://github.com/voiceflow/libs#readme", "bugs": { "url": "https://github.com/voiceflow/libs/issues" }, "repository": { "type": "git", "url": "git+https://github.com/voiceflow/libs.git" }, "license": "ISC", "author": "Voiceflow", "main": "build/cjs/index.js", "module": "build/esm/index.js", "types": "build/cjs/index.d.ts", "files": [ "build" ], "scripts": { "build": "yarn g:turbo run build:cmd --filter=@voiceflow/google-types...", "build:cjs": "yarn g:build:pkg cjs", "build:cmd": "yarn g:run-p build:cjs build:esm", "build:esm": "yarn g:build:pkg esm", "clean": "yarn g:rimraf build", "lint": "yarn g:run-p -c lint:eslint lint:prettier", "lint:eslint": "yarn g:eslint", "lint:fix": "yarn g:run-p -c \"lint:eslint --fix\" \"lint:prettier --write\"", "lint:prettier": "yarn g:prettier --check", "test": "yarn g:run-p -c test:dependencies test:types", "test:dependencies": "yarn g:depcruise", "test:types": "yarn g:tsc --noEmit", "test:unit": "" }, "dependencies": { "@voiceflow/base-types": "2.111.4", "@voiceflow/chat-types": "2.14.9", "@voiceflow/common": "8.3.0", "@voiceflow/voice-types": "2.10.9", "@voiceflow/voiceflow-types": "3.31.5" }, "devDependencies": { "googleapis": "92.0.0" }, "volta": { "extends": "../../package.json" }, "publishConfig": { "access": "public" }, "gitHead": "81cceaa0e8b85c5099be04c7772fd092576073c6" }