UNPKG

@yandex-cloud/function-types

Version:

TypeScript typings for Serverless Functions in Yandex.Cloud

37 lines (36 loc) 811 B
{ "name": "@yandex-cloud/function-types", "version": "2.1.2", "description": "TypeScript typings for Serverless Functions in Yandex.Cloud", "main": "dist/src/index.js", "license": "MIT", "author": "Yandex LLC", "bugs": { "url": "https://github.com/yandex-cloud/function-ts-types/issues" }, "keywords": [ "yandex-cloud", "cloud", "functions", "types" ], "repository": { "type": "git", "url": "https://github.com/yandex-cloud/function-ts-types.git" }, "files": [ "dist" ], "scripts": { "prepare": "tsc", "test": "echo \"Error: no test specified\" && exit 1" }, "devDependencies": { "@semantic-release/git": "^10.0.1", "semantic-release": "^21.0.1", "typescript": "^4.7.4" }, "publishConfig": { "access": "public" } }