This repository has been archived by the owner on Apr 14, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.53 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "stadtbots-voice",
"version": "1.0.0",
"description": "The Stadt.bot voice interface.",
"main": "index.js",
"scripts": {
"start": "node ./dist/index.js",
"dev": "nodemon",
"build": "tsc -p ."
},
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/botic/stadtbots-voice.git"
},
"author": "Philipp Naderer-Puiu",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/botic/stadtbots-voice/issues"
},
"homepage": "https://github.com/botic/stadtbots-voice#readme",
"devDependencies": {
"@types/convict": "^5.2.2",
"@types/convict-format-with-validator": "^6.0.2",
"@types/hapi-pino": "^8.0.2",
"@types/hapi__hapi": "^20.0.9",
"@types/luxon": "^1.27.1",
"@types/pino": "^6.3.11",
"nodemon": "^2.0.12",
"typescript": "^4.4.3"
},
"dependencies": {
"@hapi/boom": "^9.1.4",
"@hapi/hapi": "^20.1.5",
"@stadtkatalog/openinghours": "^3.2.0",
"@stadtkatalog/stadtkatalog": "^1.1.2",
"@types/express": "^4.17.13",
"ask-sdk-core": "^2.11.0",
"ask-sdk-express-adapter": "^2.11.0",
"ask-sdk-model": "^1.36.1",
"axios": "^0.21.4",
"convict": "^6.2.0",
"convict-format-with-validator": "^6.2.0",
"hapi-pino": "^8.3.0",
"joi": "^17.4.2",
"pino": "^6.13.2",
"pino-pretty": "^4.8.0"
},
"engines": {
"node": ">=14.0.0"
}
}