-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 934 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": "momondo-ai",
"version": "1.0.0",
"description": "A Travel Agency Bot",
"main": "app.js",
"scripts": {
"start": "npm run build:live",
"build:live": "nodemon --exec .\\node_modules\\.bin\\ts-node .\\app.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Todberg/momondo-ai.git"
},
"author": "Mikkel Todberg",
"license": "ISC",
"bugs": {
"url": "https://github.com/Todberg/momondo-ai/issues"
},
"homepage": "https://github.com/Todberg/momondo-ai#readme",
"devDependencies": {
"@types/dotenv": "^2.0.19",
"@types/es6-promise": "0.0.32",
"@types/node": "0.0.3",
"@types/request": "0.0.36",
"@types/restify": "^2.0.35",
"nodemon": "^1.11.0",
"restify": "^4.3.0",
"ts-node": "^1.7.2",
"typescript": "^2.1.4"
},
"dependencies": {
"botbuilder": "^3.4.4",
"dotenv-extended": "^1.0.4",
"web-request": "^1.0.7"
}
}