UNPKG

1.51 kBJSONView Raw
1{
2 "name": "@harvestr-api/integration-intercom",
3 "version": "4.3.0",
4 "description": "> TODO: description",
5 "author": "valentinbe <valentinbe@hotmail.fr>",
6 "homepage": "https://bitbucket.org/harvestrio/server#readme",
7 "license": "ISC",
8 "main": "lib/main.js",
9 "directories": {
10 "lib": "lib"
11 },
12 "files": [
13 "lib"
14 ],
15 "repository": {
16 "type": "git",
17 "url": "git+https://valentinbe@bitbucket.org/harvestrio/server.git"
18 },
19 "scripts": {
20 "build": "rm -rf lib && webpack --config webpack.config.js --mode=production",
21 "dev": "webpack --config webpack.config.js --mode=development",
22 "dev:clean": "rm -rf lib && webpack --config webpack.config.js --mode=development",
23 "clean": "rm -rf lib"
24 },
25 "dependencies": {
26 "@harvestr-api/common": "^4.3.0",
27 "@harvestr-api/models": "^4.3.0",
28 "@harvestr-api/utils": "^4.3.0",
29 "base64url": "^3.0.0",
30 "express": "^4.15.2",
31 "intercom-client": "^2.10.5",
32 "lodash": "^4.17.15",
33 "passport": "^0.3.2",
34 "passport-intercom": "^0.0.4",
35 "q": "^1.5.0",
36 "request": "^2.88.0",
37 "shortid": "^2.2.15",
38 "ts-optchain": "^0.1.6"
39 },
40 "gitHead": "83793bfc8d56f18d291534291d53ed00cf2dac60",
41 "devDependencies": {
42 "@types/q": "^1.5.2",
43 "@types/shortid": "0.0.29",
44 "ts-loader": "6.2.2",
45 "tslint": "6.1.1",
46 "typescript": "3.9.3"
47 }
48}