UNPKG

asksuite-core

Version:
90 lines 2.33 kB
{ "name": "asksuite-core", "version": "2.32.74", "description": "", "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.1692.0", "axios": "0.20.0", "bluebird": "3.7.2", "currency-formatter": "1.5.9", "datejs": "1.0.0-rc3", "dotenv": "16.4.7", "esprima": "4.0.0", "handlebars": "4.7.8", "i18n": "0.8.6", "jest": "24.9.0", "knwl.js": "1.0.2", "lint-staged": "15.2.10", "lodash": "4.17.21", "mailgun-js": "0.22.0", "md5": "2.3.0", "mixpanel": "0.10.3", "moment": "2.24.0", "mustache": "4.2.0", "node-cache": "5.1.2", "pre-commit": "1.2.2", "psl": "1.15.0", "raven": "2.6.4", "redis": "2.8.0", "request": "2.88.2", "request-json": "0.6.5", "request-promise-native": "1.0.9", "static-eval": "2.0.0" }, "engines": { "node": "8.1.3", "npm": "5.6.0" }, "author": "", "license": "ISC", "devDependencies": { "@semantic-release/npm": "5.3.5", "chai": "4.5.0", "chain": "0.1.3", "commitizen": "2.10.1", "cz-conventional-changelog": "2.1.0", "eslint-config-asksuite": "2.0.5", "eslint-plugin-jest": "22.21.0", "husky": "3.1.0", "jest-each": "26.6.2", "nock": "11.9.1", "rasa-nlu-trainer": "0.2.7", "semantic-release": "6.3.2", "sinon": "7.5.0", "supertest": "3.4.2", "validate-commit-msg": "2.14.0" }, "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": "npx lint-staged" } }, "jest": { "globalSetup": "./jest-setup.js", "setupFiles": [ "./setup-tests.js" ] } }