-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
34 lines (34 loc) · 919 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
{
"name": "roomfinder",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "node ./node_modules/typescript/bin/tsc --watch",
"start": "node dist/app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NT-D/RoomFinder.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/NT-D/RoomFinder/issues"
},
"homepage": "https://github.com/NT-D/RoomFinder#readme",
"dependencies": {
"@microsoft/microsoft-graph-types": "^1.1.0",
"@types/actions-on-google": "^1.8.0",
"@types/body-parser": "^1.16.8",
"@types/express": "^4.11.1",
"@types/node-fetch": "^1.6.7",
"actions-on-google": "^1.10.0",
"body-parser": "^1.18.2",
"express": "^4.16.2",
"node-fetch": "^2.1.1",
"npm": "^5.7.1",
"typescript": "^2.7.2"
}
}