asksuite-core
Version:
84 lines (83 loc) • 2.26 kB
JSON
{
"name": "asksuite-core",
"version": "2.20.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "jest --coverage",
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"commit": "git-cz",
"eslint": "eslint . --ext .js --fix ",
"train-rasa-test": "node util/trainRasaTestProject",
"serve-trainer": "rasa-nlu-trainer --source ./__tests__/training_data.json --port 5010"
},
"dependencies": {
"@google-cloud/translate": "1.1.0",
"@google/maps": "0.4.5",
"accounting": "0.4.1",
"apiai": "^4.0.3",
"aws-sdk": "^2.429.0",
"bluebird": "^3.5.1",
"datejs": "^1.0.0-rc3",
"esprima": "4.0.0",
"handlebars": "^4.0.11",
"i18n": "^0.8.3",
"jest": "^24.7.1",
"knwl.js": "^1.0.2",
"lodash": "^4.17.11",
"mailgun-js": "^0.22.0",
"md5": "^2.2.1",
"mixpanel": "0.10.3",
"moment": "2.24.0",
"mustache": "^4.0.1",
"node-cache": "^5.0.1",
"pre-commit": "^1.2.2",
"raven": "^2.6.3",
"redis": "^2.8.0",
"request": "^2.83.0",
"request-json": "^0.6.4",
"request-promise-native": "^1.0.5",
"static-eval": "2.0.0"
},
"engines": {
"node": "8.1.3",
"npm": "5.6.0"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@semantic-release/npm": "^5.0.4",
"chai": "^4.2.0",
"chain": "^0.1.3",
"commitizen": "^2.10.1",
"cz-conventional-changelog": "^2.1.0",
"eslint-config-asksuite": "^1.1.2",
"mocha": "^6.0.2",
"rasa-nlu-trainer": "^0.2.7",
"semantic-release": "6.3.2",
"sinon": "^7.2.7",
"supertest": "^3.4.2",
"validate-commit-msg": "^2.14.0",
"eslint": "6.1.0",
"eslint-config-prettier": "^6.5.0",
"eslint-plugin-jest": "^22.14.1",
"eslint-plugin-prettier": "^3.1.1",
"husky": "^3.0.9",
"prettier": "^1.18.2"
},
"config": {
"commitizen": {
"path": "node_modules/cz-conventional-changelog"
}
},
"homepage": "https://bitbucket.org/paveisistemas-ondemand/asksuite-core#readme",
"repository": {
"type": "git",
"url": "https://bitbucket.org/paveisistemas-ondemand/asksuite-core.git"
},
"husky": {
"hooks": {
"pre-commit": "npm run eslint && npm run test"
}
}
}