UNPKG

prodap-chatbot-domain

Version:

Classes utilizadas na resposta de todas as Intents do Assistente Virtual

72 lines (71 loc) 2.28 kB
{ "name": "prodap-chatbot-domain", "version": "1.37.1", "description": "Classes utilizadas na resposta de todas as Intents do Assistente Virtual", "repository": { "type": "git", "url": "https://gitlab.com/prodap-tech/assistente-virtual/intents/domain.git" }, "publishConfig": { "registry": "https://registry.npmjs.org/" }, "author": "Tarley Lana", "bugs": { "url": "https://apecuariadeprecisao.com.br/lore-inteligencia-artificial/" }, "homepage": "https://apecuariadeprecisao.com.br/lore-inteligencia-artificial/", "main": "build/src/index.js", "types": "build/src/index.d.ts", "files": [ "build/src" ], "license": "MIT", "keywords": [ "Prodap", "DSM", "DSM-Firmenich", "Lore", "Chatbot", "TypeScript", "Domain" ], "scripts": { "prebuild": "npx prettier --write \"**/*.{js,json,ts}\" && gts fix", "build": "tsc", "prestart": "npm run build", "start": "", "prettier:write": "npx prettier --write \"**/*.{js,json,ts}\"", "lint": "tsc --noEmit && eslint --ext .ts ./", "check": "gts check", "clean": "gts clean", "compile": "tsc", "fix": "gts fix", "prepare": "npm run compile", "pretest": "npm run compile", "test": "jest --watchAll --verbose --coverage --coverageDirectory=coverage/jest", "testcommit": "jest --bail --silent --noStackTrace", "version": "echo $npm_package_version" }, "devDependencies": { "@types/jest": "^26.0.20", "@types/node": "^14.11.2", "@typescript-eslint/eslint-plugin": "^4.15.2", "@typescript-eslint/parser": "^4.15.2", "eslint": "^7.20.0", "eslint-config-prettier": "^8.1.0", "eslint-plugin-node": "^11.1.0", "eslint-plugin-prettier": "^3.3.1", "eslint-plugin-promise": "^4.3.1", "gts": "^3.1.1", "husky": "^4.2.5", "jest": "^29.7.0", "prettier": "^2.2.1", "pretty-quick": "^3.1.0", "ts-jest": "^29.2.3", "typescript": "^5.5.4" }, "dependencies": { "@types/uuid": "^8.0.1", "uuid": "^8.3.0" } }