-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
46 lines (46 loc) · 1.39 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
{
"name": "foodmenu",
"version": "1.2.2",
"description": "This API provides additional food menus which are not available as JSON.\nThis middleware converts them to JSON format.",
"main": "build/main.js",
"scripts": {
"build": "tsc --project ./",
"production": "tsc --project ./tsconfig.production.json",
"start": "tsc --project ./ && env-cmd node build/main.js"
},
"keywords": [],
"author": "",
"license": "GPL-2.0",
"repository": "https://github.com/wilmaplus/foodmenu",
"dependencies": {
"body-parser": "^1.19.0",
"console-stamp": "^3.0.2",
"express": "^4.17.1",
"ghostscript-node": "github:developerfromjokela/ghostscript-node",
"he": "^1.2.0",
"ical-expander": "^3.1.0",
"moment": "2.29.4",
"needle": "^2.6.0",
"node-fetch": "^2.6.9",
"node-html-parser": "^3.2.0",
"node-ts-cache": "^4.2.3",
"node-ts-cache-storage-memory": "^4.2.3",
"pdfreader": "^1.2.14",
"selenium-webdriver": "^4.0.0-beta.3",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/express": "^4.17.11",
"@types/he": "^1.1.1",
"@types/needle": "^2.5.1",
"@types/node": "^14.14.44",
"@types/node-fetch": "^2.6.3",
"@types/retry": "^0.12.0",
"@types/selenium-webdriver": "^4.0.12",
"@types/uuid": "^8.3.0",
"@types/validator": "^13.1.3",
"env-cmd": "^10.1.0",
"ts-node": "^9.1.1",
"typescript": "^4.2.4"
}
}