forked from rockcarver/frodo-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
162 lines (162 loc) · 4.32 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
{
"name": "@rockcarver/frodo-cli",
"version": "3.0.0",
"type": "module",
"description": "A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.",
"keywords": [
"ping",
"pingone",
"forgerock",
"cli",
"am",
"openam",
"idm",
"openidm",
"forgeops",
"identity cloud",
"advanced identity cloud",
"export",
"import",
"ci/cd",
"devops"
],
"engines": {
"node": ">=18.17.0"
},
"repository": {
"type": "git",
"url": "https://github.com/rockcarver/frodo-cli.git"
},
"bugs": {
"url": "https://github.com/rockcarver/frodo-cli/issues"
},
"main": "dist/launch.cjs",
"scripts": {
"test": "npm run test:only",
"test:only": "NODE_OPTIONS='--no-warnings --experimental-vm-modules' npx jest --silent",
"test:debug": "NODE_OPTIONS='--no-warnings --experimental-vm-modules' npx jest --silent=false --json --outputFile=./testResults.json",
"test:update": "NODE_OPTIONS='--no-warnings --experimental-vm-modules' npx jest --silent=false --updateSnapshot",
"lint": "eslint --ext .ts --ignore-path .gitignore .",
"lint:fix": "eslint --fix --ext .ts --ignore-path .gitignore .",
"build": "npm run build:binary",
"build:only": "npx tsup && npx tsc",
"build:binary": "npm run build:only && npm run dist-pkg",
"dist-pkg": "pkg -C Gzip -t node20 --config package.json -o frodo dist/app.cjs",
"link": "npm link ../frodo-lib",
"dev": "npx tsup --watch src"
},
"jest": {
"testTimeout": 120000,
"testMatch": [
"**/?(*.)(test).js"
],
"globalSetup": "./global-jest-setup.js"
},
"contributors": [
{
"name": "Sandeep Chaturvedi",
"email": "sandeep.chaturvedi@forgerock.com"
},
{
"name": "Adam Crockett",
"email": "adam.crockett@forgerock.com"
},
{
"name": "Mees van Dongen",
"email": "meesvandongen@gmail.com"
},
{
"name": "Ali Falahi",
"email": "ali@falahi.com"
},
{
"name": "Huston Franklin",
"email": "hfranklin@trivir.com"
},
{
"name": "Preston Hales",
"email": "phales@trivir.com"
},
{
"name": "Nick Hangartner",
"email": "nhangartner@gmail.com"
},
{
"name": "Marcel Maas",
"email": "maas.marcel@gmail.com"
},
{
"name": "Joshua Sayers",
"email": "joshua.sayers@forgerock.com"
},
{
"name": "Volker Scheuber",
"email": "volker.scheuber@forgerock.com"
}
],
"license": "MIT",
"bin": {
"frodo": "dist/launch.cjs"
},
"pkg": {
"_assets": [
"package.json",
"cjs/ops/templates/*.json",
"cjs/ops/templates/**/*.json",
"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json",
"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json"
],
"_scripts": [
"cjs/cli/**/*.js",
"cjs/ops/**/*.js",
"cjs/storage/**/*.js",
"cjs/utils/**/*.js"
]
},
"devDependencies": {
"@rockcarver/frodo-lib": "3.0.1-0",
"@types/colors": "^1.2.1",
"@types/fs-extra": "^11.0.1",
"@types/jest": "^29.2.3",
"@types/node": "^20.5.8",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
"@yao-pkg/pkg": "^5.11.0",
"chokidar": "^3.5.3",
"cli-progress": "^3.11.2",
"cli-table3": "^0.6.3",
"colors": "^1.4.0",
"commander": "^11.0.0",
"compare-versions": "^6.1.0",
"copyfiles": "^2.4.1",
"del": "^6.0.0",
"eslint": "^8.28.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-deprecation": "^2.0.0",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-jest": "^27.1.5",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"fs-extra": "^11.1.1",
"fuzzy": "^0.1.3",
"inquirer": "^8.2.5",
"inquirer-autocomplete-prompt": "^2.0.0",
"jest": "^29.3.1",
"loglevel": "^1.9.1",
"map-stream": "^0.0.7",
"nanospinner": "^1.1.0",
"prettier": "^3.0.3",
"properties-reader": "^2.2.0",
"readline-sync": "^1.4.10",
"replaceall": "^0.1.6",
"resolve": "^1.22.1",
"rimraf": "^5.0.1",
"slugify": "^1.6.5",
"ts-jest": "^29.1.4",
"tsup": "^8.1.0",
"typescript": "^5.2.2",
"uuid": "^9.0.0",
"yesno": "^0.4.0"
}
}