UNPKG

yandex-dialoger

Version:

Ещё одна библиотека/фреймворк для разработки навыков Алисы.

47 lines (46 loc) 1.29 kB
{ "main": "lib/index.js", "files": [ "lib/**/*" ], "devDependencies": { "@types/jest": "^26.0.3", "@typescript-eslint/eslint-plugin": "^3.7.1", "@typescript-eslint/parser": "^3.7.1", "eslint": "^7.5.0", "eslint-config-prettier": "^6.11.0", "eslint-plugin-no-null": "^1.0.2", "jest": "^26.1.0", "ts-jest": "^26.1.1", "typescript": "^3.9.7" }, "scripts": { "build": "tsc", "test": "jest", "lint": "eslint --ext .ts src" }, "name": "yandex-dialoger", "description": "Ещё одна библиотека/фреймворк для разработки навыков Алисы.", "version": "0.3.1", "directories": { "lib": "lib", "test": "tests" }, "repository": { "type": "git", "url": "git+https://github.com/alexander-karpov/yandex-dialoger.git" }, "homepage": "https://github.com/alexander-karpov/yandex-dialoger", "keywords": [ "Alice", "Skills", "Yandex", "Dialogs" ], "author": "Alexander Karpov", "license": "MIT", "bugs": { "url": "https://github.com/alexander-karpov/yandex-dialoger/issues" }, "dependencies": {} }