-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
35 lines (35 loc) · 933 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
{
"name": "etuovi-notifier",
"private": true,
"version": "1.0.0",
"scripts": {
"build": "tsc",
"build:production": "npm run prestart && npm prune --production",
"watch": "tsc --w",
"prestart": "npm run build && func extensions install",
"start:host": "func start",
"start": "npm-run-all --parallel start:host watch",
"test": "jest"
},
"description": "",
"dependencies": {
"@googlemaps/google-maps-services-js": "^3.1.4",
"@types/cheerio": "^0.22.21",
"axios": "^0.19.0",
"cheerio": "^1.0.0-rc.3",
"googleapis": "^39.2.0",
"js-base64": "^2.5.1",
"moment": "^2.27.0",
"moment-timezone": "^0.5.31"
},
"devDependencies": {
"@azure/functions": "^1.0.1-beta1",
"@types/jest": "^26.0.4",
"@types/node": "^12.6.9",
"jest": "^26.1.0",
"npm-run-all": "^4.1.5",
"ts-jest": "^26.1.1",
"ts-node": "^8.3.0",
"typescript": "^3.9.6"
}
}