-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
41 lines (41 loc) · 1.29 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
{
"name": "fortiweb-autoscale",
"version": "1.0.0-beta",
"description": "FortiWeb Autoscale Project",
"main": "index.js",
"directories": {
"test": "tests"
},
"dependencies": {},
"scripts": {
"pretest": "eslint --fix .",
"deploy": "dpl",
"build": "scripts/make_dist.js all",
"test": "nyc mocha --recursive './test/mocha/*.js' './core/test/mocha/*.js' './azure/test/mocha/*.js'",
"build-all": "scripts/make_dist.js all",
"build-project": "scripts/make_dist.js project",
"build-core": "scripts/make_dist.js core",
"build-azure": "scripts/make_dist.js azure",
"build-azure-funcapp": "scripts/make_dist.js azure-funcapp",
"build-azure-quickstart": "scripts/make_dist.js azure-quickstart",
"build-aws": "scripts/make_dist.js aws",
"build-aws-lambda": "scripts/make_dist.js aws-lambda",
"build-aws-cloudformation": "scripts/make_dist.js aws-cloudformation"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fortinet/fortiweb-autoscale"
},
"author": "fortinet",
"license": "MIT",
"devDependencies": {
"cfn-response": "^1.0.1",
"dpl": "^3.8.0",
"eslint": "^5.4.0",
"eslint-plugin-json": "^1.2.1",
"eslint-plugin-mocha": "^5.2.0",
"mocha": "^5.2.0",
"nyc": "^13.0.1",
"rimraf": "^2.6.2"
}
}