UNPKG

2.26 kBJSONView Raw
1{
2 "name": "asksuite-core",
3 "version": "2.18.5",
4 "description": "",
5 "main": "index.js",
6 "scripts": {
7 "test": "jest --coverage",
8 "semantic-release": "semantic-release pre && npm publish && semantic-release post",
9 "commit": "git-cz",
10 "eslint": "eslint . --ext .js --fix ",
11 "train-rasa-test": "node util/trainRasaTestProject",
12 "serve-trainer": "rasa-nlu-trainer --source ./__tests__/training_data.json --port 5010"
13 },
14 "dependencies": {
15 "@google-cloud/translate": "1.1.0",
16 "@google/maps": "0.4.5",
17 "accounting": "0.4.1",
18 "apiai": "^4.0.3",
19 "aws-sdk": "^2.429.0",
20 "bluebird": "^3.5.1",
21 "datejs": "^1.0.0-rc3",
22 "esprima": "4.0.0",
23 "handlebars": "^4.0.11",
24 "i18n": "^0.8.3",
25 "jest": "^24.7.1",
26 "knwl.js": "^1.0.2",
27 "lodash": "^4.17.11",
28 "mailgun-js": "^0.22.0",
29 "md5": "^2.2.1",
30 "mixpanel": "0.10.3",
31 "moment": "2.24.0",
32 "mustache": "^4.0.1",
33 "node-cache": "^5.0.1",
34 "pre-commit": "^1.2.2",
35 "raven": "^2.6.3",
36 "redis": "^2.8.0",
37 "request": "^2.83.0",
38 "request-json": "^0.6.4",
39 "request-promise-native": "^1.0.5",
40 "static-eval": "2.0.0"
41 },
42 "engines": {
43 "node": "8.1.3",
44 "npm": "5.6.0"
45 },
46 "author": "",
47 "license": "ISC",
48 "devDependencies": {
49 "@semantic-release/npm": "^5.0.4",
50 "chai": "^4.2.0",
51 "chain": "^0.1.3",
52 "commitizen": "^2.10.1",
53 "cz-conventional-changelog": "^2.1.0",
54 "eslint-config-asksuite": "^1.1.2",
55 "mocha": "^6.0.2",
56 "rasa-nlu-trainer": "^0.2.7",
57 "semantic-release": "6.3.2",
58 "sinon": "^7.2.7",
59 "supertest": "^3.4.2",
60 "validate-commit-msg": "^2.14.0",
61 "eslint": "6.1.0",
62 "eslint-config-prettier": "^6.5.0",
63 "eslint-plugin-jest": "^22.14.1",
64 "eslint-plugin-prettier": "^3.1.1",
65 "husky": "^3.0.9",
66 "prettier": "^1.18.2"
67 },
68 "config": {
69 "commitizen": {
70 "path": "node_modules/cz-conventional-changelog"
71 }
72 },
73 "homepage": "https://bitbucket.org/paveisistemas-ondemand/asksuite-core#readme",
74 "repository": {
75 "type": "git",
76 "url": "https://bitbucket.org/paveisistemas-ondemand/asksuite-core.git"
77 },
78 "husky": {
79 "hooks": {
80 "pre-commit": "npm run eslint && npm run test"
81 }
82 }
83}