-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 868 Bytes
/
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
{
"name": "slack-zendesk-sync",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "ts-node src/app",
"build": "tsc",
"start": "node dist/app"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sindreslungaard/slack-zendesk-sync.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/sindreslungaard/slack-zendesk-sync/issues"
},
"homepage": "https://github.com/sindreslungaard/slack-zendesk-sync#readme",
"dependencies": {
"@types/dotenv": "^6.1.1",
"@types/mongoose": "^5.5.12",
"@types/winston": "^2.4.4",
"dotenv": "^8.0.0",
"express": "^4.17.1",
"mongoose": "^5.6.9",
"slackbots": "^1.2.0",
"typescript": "^3.5.3",
"winston": "^3.2.1"
},
"devDependencies": {
"ts-node": "^8.3.0"
}
}