-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 940 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
{
"name": "alicloud-autoscale",
"version": "1.0.0",
"description": "FortiGate Autoscale Project",
"main": "index.js",
"directories": {
"test": "tests"
},
"dependencies": {},
"scripts": {
"pretest": "eslint --fix .",
"deploy": "dpl",
"build":"scripts/make-dist.js alicloud-ASG-deployment",
"test": "nyc mocha './{,!(node_modules|dist|scripts)/**/test/mocha/}*.js'",
"build-all": "scripts/make-dist.js all",
"build-project": "scripts/make-dist.js project",
"build-alicloud-ASG":"scripts/make-dist.js alicloud-ASG-deployment"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fortinet/alicloud-autoscale"
},
"author": "fortinet",
"license": "MIT",
"devDependencies": {
"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"
}
}