-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 920 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": "@flaredev.io/flare-edge",
"version": "1.2.2",
"description": "Package for deploying ServiceNow web applications to FlareEdge",
"main": "index.js",
"scripts": {
"deploy": "flare-edge deploy",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/elinsoftware/flare-edge-cli.git"
},
"keywords": ["ServiceNow", "FlareEdge", "ELIN Software Corp."],
"author": "ELIN Software Corp.",
"license": "Apache-2.0",
"bin": {
"flare-edge": "./index.js"
},
"bugs": {
"url": "https://github.com/elinsoftware/flare-edge-cli/issues"
},
"homepage": "https://github.com/elinsoftware/flare-edge-cli#readme",
"dependencies": {
"archiver": "^5.3.1",
"async-sema": "^3.1.1",
"axios": "^1.4.0",
"form-data": "^4.0.0",
"kleur": "^4.1.5"
},
"publishConfig": {
"access": "public"
}
}