-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.27 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.27 KB
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
{
"name": "avina-ls",
"version": "1.0.0",
"description": "UCL's AVINA with Sight++ v3 project .",
"main": "index.js",
"scripts": {
"start": "node server.js",
"test": "mocha --exit",
"test-with-coverage": "nyc --reporter=text mocha --exit",
"doc": "jsdoc -c jsdoc-config.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/UCL-SightPlusPlus/SightPlusPlus-LocationServer.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/UCL-SightPlusPlus/SightPlusPlus-LocationServer/issues"
},
"homepage": "https://github.com/UCL-SightPlusPlus/SightPlusPlus-LocationServer#readme",
"devDependencies": {
"@azure/cognitiveservices-qnamaker": "^3.2.0",
"@azure/cognitiveservices-qnamaker-runtime": "^1.0.1",
"@azure/ms-rest-js": "^2.5.3",
"dotenv": "^10.0.0",
"eslint": "^7.32.0",
"eslint-config-google": "^0.14.0",
"jsdoc": "^3.6.7",
"nock": "^13.1.3",
"nodemon": "^2.0.12",
"nyc": "^15.1.0"
},
"dependencies": {
"axios": "^0.21.1",
"chai": "^4.3.4",
"chai-http": "^4.3.0",
"dotnet": "^1.1.4",
"express": "^4.17.1",
"helmet": "^4.6.0",
"keyword-extractor": "0.0.20",
"mocha": "^9.0.2",
"mongoose": "^5.13.2",
"node-cron": "^3.0.0"
}
}