-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
64 lines (64 loc) · 1.85 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "@freshworks-jaya/rule-engine",
"version": "0.18.6-beta-31",
"description": "Provides methods to process rules in product events in marketplace app",
"repository": "[email protected]:freshdesk/jaya-lib.git",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"publishConfig": {
"access": "public"
},
"scripts": {
"clean": "rm -rf lib coverage .nyc_output",
"watch": "tsc --watch --incremental",
"coverage": "codecov",
"test": "nyc --reporter=lcov mocha",
"build": "tsc",
"build:check": "tsc --noEmit",
"lint": "tsc --noEmit && eslint 'src/**/*.ts' --quiet --fix",
"prepare": "npm run build"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "^1.0.1",
"@types/bluebird": "^3.5.33",
"@types/chai": "^4.2.16",
"@types/chai-as-promised": "^7.1.3",
"@types/handlebars-helpers": "^0.5.2",
"@types/html-to-text": "^8.0.0",
"@types/lodash": "^4.14.168",
"@types/mocha": "^8.2.2",
"@types/node": "^15.12.2",
"@types/sinon": "^10.0.2",
"chai": "^4.3.4",
"chai-as-promised": "^7.1.1",
"codecov": "^3.8.1",
"mocha": "^9.0.0",
"nock": "^13.1.0",
"nyc": "^15.1.0",
"sinon": "^11.1.1",
"source-map-support": "^0.5.19",
"ts-node": "^10.0.0",
"typescript": "^4.3.2"
},
"dependencies": {
"@freshworks-jaya/freshchat-api": "0.7.36-beta-2",
"@freshworks-jaya/kairos-api": "^0.1.5",
"@freshworks-jaya/marketplace-models": "0.1.38",
"@freshworks-jaya/utilities": "^1.0.0",
"@google-cloud/logging": "^9.3.1",
"axios": "^0.21.4",
"bluebird": "^3.7.2",
"dayjs": "^1.10.5",
"handlebars": "^4.7.7",
"handlebars-helpers": "^0.10.0",
"html-to-text": "8.0.0",
"lodash": "^4.17.21",
"querystring": "^0.2.1"
},
"resolutions": {
"handlebars": "4.7.7"
}
}