UNPKG

twilio-ccai-fulfillment-tools

Version:

A collection of tools to assist in the creation of Twilio CCAI Integration cards via fulfillment scripts

59 lines (58 loc) 1.73 kB
{ "name": "twilio-ccai-fulfillment-tools", "version": "4.0.2", "description": "A collection of tools to assist in the creation of Twilio CCAI Integration cards via fulfillment scripts", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "build": "tsc", "lint": "eslint \"src/**/*{.js,.jsx,.ts,.tsx}\"", "prepare": "npm run build", "prepublishOnly": "npm run lint", "release": "npm run lint && standard-version --no-verify", "pushAndPublish": "git push --follow-tags origin master && npm publish", "rpp": "npm run release && npm run pushAndPublish" }, "repository": { "type": "git", "url": "git+https://github.com/DVELP/airline-ccai-fulfillment-tools.git" }, "keywords": [ "airline", "ccai", "dvelp", "twilio", "google" ], "author": "DVELP", "license": "ISC", "bugs": { "url": "https://github.com/DVELP/airline-ccai-fulfillment-tools/issues" }, "homepage": "https://github.com/DVELP/airline-ccai-fulfillment-tools#readme", "devDependencies": { "@types/dialogflow-fulfillment": "^0.6.0", "@types/jest": "^24.0.15", "@types/prettier": "^1.16.4", "@typescript-eslint/eslint-plugin": "^2.19.2", "@typescript-eslint/parser": "^2.19.2", "actions-on-google": "^2.12.0", "eslint": "^6.8.0", "eslint-config-prettier": "^6.10.0", "eslint-plugin-prettier": "^3.1.2", "husky": "^4.2.5", "jest": "^24.8.0", "prettier": "^1.17.0", "pretty-quick": "^2.0.1", "standard-version": "^8.0.0", "ts-jest": "^24.0.2", "ts-node": "^8.6.2", "tslint": "^5.16.0", "typescript": "^3.9.3" }, "husky": { "hooks": { "pre-push": "pretty-quick --staged" } } }