actions-ai-app
Version:
A Node module to simplify the development of Actions on Google API.ai applications.
72 lines • 2.12 kB
JSON
{
"name": "actions-ai-app",
"version": "1.3.5",
"description": "A Node module to simplify the development of Actions on Google API.ai applications.",
"main": "index.js",
"scripts": {
"test": "NODE_ENV=test mocha --recursive",
"test-min": "NODE_ENV=test mocha --recursive --reporter min",
"test-with-coverage": "NODE_ENV=test nyc --reporter=lcov --reporter=text npm test",
"docs": "jsdoc2md 'bin/**/*.js' > docs/api.md && jsdoc2md --private 'bin/**/*.js' > docs/docs.md",
"precommit": "npm run test-min",
"commit": "git-cz",
"commitmsg": "validate-commit-msg",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"author": "Adam Hartwig <adam@adamhartwig.co.uk> (http://www.adamhartwig.co.uk)",
"license": "MIT",
"bugs": {
"url": "https://github.com/ImAdamTM/actions-ai-app/issues"
},
"homepage": "https://github.com/ImAdamTM/actions-ai-app",
"repository": {
"type": "git",
"url": "https://github.com/ImAdamTM/actions-ai-app.git"
},
"keywords": [
"google",
"google actions",
"google assistant",
"google home",
"assistant",
"gactions",
"api.ai",
"api",
"ai",
"chatbots"
],
"dependencies": {
"actions-on-google": "^1.2.0",
"chalk": "^1.1.3",
"dateformat": "^2.0.0",
"fs-extra": "^3.0.1",
"request": "^2.81.0"
},
"devDependencies": {
"chai": "^4.1.0",
"chai-as-promised": "^7.1.1",
"chai-change": "^2.1.2",
"chai-spies": "^0.7.1",
"commitizen": "2.9.6",
"coveralls": "2.13.1",
"cz-conventional-changelog": "2.0.0",
"eslint": "^3.13.1",
"eslint-config-airbnb-base": "^11.2.0",
"eslint-plugin-import": "^2.7.0",
"husky": "^0.14.3",
"jsdoc-to-markdown": "^3.0.0",
"mocha": "^3.4.2",
"mocha-eslint": "^4.0.0",
"mocha-lcov-reporter": "1.3.0",
"nyc": "11.0.3",
"semantic-release": "^6.3.6",
"sinon": "^2.3.8",
"sinon-chai": "^2.12.0",
"validate-commit-msg": "^2.13.1"
}
}