-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.01 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
{
"name": "bfyoc-functions",
"version": "1.0.0",
"_moduleAliases": {
"@lib": "lib"
},
"scripts": {
"build": "bash ./scripts/build.sh",
"build:production": "npm run prestart && npm prune --production",
"deploy": "bash ./scripts/deploy.sh",
"watch": "tsc --w",
"prestart": "npm run build && func extensions install",
"start:host": "cd src/functions && func start",
"start": "npm-run-all --parallel start:host watch",
"test": "echo \"No tests yet...\""
},
"description": "",
"devDependencies": {
"@azure/functions": "^1.0.1-beta1",
"@types/node": "^14.0.27",
"npm-run-all": "^4.1.5",
"typescript": "^3.9.7"
},
"dependencies": {
"@azure/cosmos": "^3.8.1",
"@azure/event-hubs": "^5.2.2",
"@azure/service-bus": "^1.1.8",
"durable-functions": "^1.4.3",
"fs": "0.0.1-security",
"guid-typescript": "^1.0.9",
"module-alias": "^2.2.2",
"net": "^1.0.2",
"tls": "0.0.1",
"ts-node": "^8.10.2",
"typed-rest-client": "^1.7.3"
}
}