-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
70 lines (70 loc) · 1.82 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "@forgerock/fr-config-manager",
"version": "1.4.8",
"description": "Sample tools for managing PingOne Advanced Identity Cloud configuration",
"devDependencies": {
"prettier": "2.8.2"
},
"dependencies": {
"axios": "^1.7.4",
"dotenv": "^16.4.5",
"envsub": "^4.1.0",
"fs-extra": "^11.2.0",
"jsonwebtoken": "^9.0.0",
"node-fetch": "^3.3.2",
"replace-in-file": "^8.1.0",
"uglify-js": "^3.14.3",
"yargs": "17.7.2",
"qs": "^6.11.0",
"cli-table3": "^0.6.3",
"node-jose": "^2.1.1",
"slugify": "^1.6.5",
"uuid": "^10.0.0",
"https-proxy-agent": "^7.0.5",
"sanitize-filename": "^1.6.3",
"lodash": "4.17.21",
"glob": "10.4.5"
},
"scripts": {
"test": "npm run test --workspaces",
"format-code": "npx prettier --write ."
},
"repository": {
"type": "git",
"url": "https://github.com/ForgeRock/fr-config-manager"
},
"bugs": {
"url": "https://github.com/forgerock/fr-config-manager/issues"
},
"homepage": "https://github.com/ForgeRock/fr-config-manager",
"workspaces": [
"./packages/fr-config-pull",
"./packages/fr-config-push",
"./packages/fr-config-common",
"./packages/fr-config-promote"
],
"bin": {
"fr-config-pull": "./packages/fr-config-pull/src/index.js",
"fr-config-push": "./packages/fr-config-push/src/index.js",
"fr-config-promote": "./packages/fr-config-promote/src/index.js"
},
"contributors": [
{
"name": "Christian Brindley",
"email": "[email protected]"
},
{
"name": "Kevin Schneider",
"email": "[email protected]"
},
{
"name": "Adam Crockett",
"email": "[email protected]"
},
{
"name": "Jelle Verbraak",
"email": "[email protected]"
}
],
"license": "MIT"
}