-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 946 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 946 Bytes
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
{
"name": "fecli",
"version": "0.5.0",
"description": "A fork of optimizely-cli; a command line tool for local hosting of experiences for Optimizely Classic and X, Adobe Test & Target, and Google Optimize",
"main": "index.js",
"bin": {
"fecli": "bin/fecli.js"
},
"scripts": {
"test": "standard"
},
"keywords": [
"optimizely",
"cli"
],
"author": "Arun Sivashankaran, Brian Hall",
"contributors": [
"Brian Hall",
"Jason Wilson"
],
"license": "Apache 2.0",
"overrides": {
"lodash": ">=4.17.23",
"js-yaml": ">=3.14.2",
"shelljs": "^0.8.5",
"ajv": "^6.12.3",
"path-to-regexp": "^0.1.12",
"brace-expansion": ">=2.0.2",
"qs": ">=6.14.1"
},
"dependencies": {
"commander": "^2.20.3",
"ejs": "^3.1.10",
"express": "^4.21.1",
"open": "^6.4.0"
},
"engines": {
"node": ">=10.0.0 <=18.x.x"
},
"devDependencies": {
"standard": "^10.0.3"
}
}