@raisenow/tamaro-cli 1.2.0 → 1.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (72) hide show
  1. package/.history/.nvmrc_20250729181039 +1 -0
  2. package/.history/{CHANGELOG_20250625142901.md → CHANGELOG_20250729195139.md} +6 -0
  3. package/.history/{CHANGELOG_20250624055156.md → CHANGELOG_20250729195148.md} +10 -4
  4. package/.history/{CHANGELOG_20250625142902.md → CHANGELOG_20250729195156.md} +6 -0
  5. package/.history/CHANGELOG_20250729195218.md +29 -0
  6. package/.history/{CHANGELOG_20250625142852.md → CHANGELOG_20250729195223.md} +4 -2
  7. package/.history/CHANGELOG_20250729195506.md +29 -0
  8. package/.history/CHANGELOG_20250729224404.md +30 -0
  9. package/.history/CHANGELOG_20250729224411.md +30 -0
  10. package/.history/CHANGELOG_20250730124538.md +41 -0
  11. package/.history/CHANGELOG_20250730124603.md +38 -0
  12. package/.history/CHANGELOG_20250730124627.md +36 -0
  13. package/.history/CHANGELOG_20250730124638.md +36 -0
  14. package/.history/CHANGELOG_20250730124640.md +36 -0
  15. package/.history/bitbucket-pipelines_20250729111540.yml +46 -0
  16. package/.history/bitbucket-pipelines_20250729210338.yml +46 -0
  17. package/.history/bitbucket-pipelines_20250729210340.yml +46 -0
  18. package/.history/bitbucket-pipelines_20250729210342.yml +46 -0
  19. package/.history/bitbucket-pipelines_20250729222234.yml +47 -0
  20. package/.history/bitbucket-pipelines_20250729222554.yml +47 -0
  21. package/.history/bitbucket-pipelines_20250729222555.yml +47 -0
  22. package/.history/bitbucket-pipelines_20250729223022.yml +46 -0
  23. package/.history/bitbucket-pipelines_20250729223024.yml +46 -0
  24. package/.history/{package_20241125103106.json → package_20250729182417.json} +22 -16
  25. package/.history/{package_20241125013249.json → package_20250729182419.json} +23 -18
  26. package/.history/{package_20241125014402.json → package_20250729182618.json} +21 -16
  27. package/.history/{package_20241125013228.json → package_20250729182834.json} +25 -21
  28. package/.history/{package_20241107125521.json → package_20250729183032.json} +38 -34
  29. package/.history/package_20250729183033.json +110 -0
  30. package/.history/package_20250729185750.json +110 -0
  31. package/.history/package_20250729185815.json +110 -0
  32. package/.history/package_20250729185846.json +110 -0
  33. package/.history/package_20250729185854.json +110 -0
  34. package/.history/package_20250729185943.json +110 -0
  35. package/.history/package_20250729190645.json +110 -0
  36. package/.history/package_20250729195934.json +110 -0
  37. package/.history/package_20250729200013.json +110 -0
  38. package/.history/package_20250729200056.json +110 -0
  39. package/.history/package_20250729200434.json +110 -0
  40. package/.history/package_20250729200808.json +110 -0
  41. package/.history/package_20250729200944.json +110 -0
  42. package/.history/package_20250729214420.json +114 -0
  43. package/.history/{package_20241107124611.json → package_20250729223112.json} +49 -45
  44. package/.history/package_20250729223127.json +110 -0
  45. package/.history/package_20250729223134.json +110 -0
  46. package/.history/package_20250730124647.json +114 -0
  47. package/.history/vitest.config_20250729214539.ts +0 -0
  48. package/.history/vitest.config_20250729214659.ts +24 -0
  49. package/.history/vitest.config_20250729214748.ts +21 -0
  50. package/.history/vitest.config_20250729214825.ts +21 -0
  51. package/.history/vitest.config_20250729214902.ts +21 -0
  52. package/.history/vitest.config_20250729222125.ts +20 -0
  53. package/.history/vitest.config_20250729222213.ts +20 -0
  54. package/.nvmrc +1 -1
  55. package/bitbucket-pipelines.yml +6 -2
  56. package/dist/{chunk-KVWFHWZD.js → chunk-H4BMVFM6.js} +2 -2
  57. package/dist/cli.js +156 -59
  58. package/dist/webpack.config.js +1 -1
  59. package/package.json +51 -46
  60. package/vitest.config.ts +20 -0
  61. package/.history/.nvmrc_20241125012803 +0 -1
  62. package/.history/.nvmrc_20241125022800 +0 -1
  63. package/.history/.nvmrc_20241125022806 +0 -1
  64. package/.history/CHANGELOG_20250624052910.md +0 -20
  65. package/.history/CHANGELOG_20250624055058.md +0 -23
  66. package/.history/CHANGELOG_20250624055107.md +0 -23
  67. package/.history/CHANGELOG_20250624055138.md +0 -23
  68. package/.history/CHANGELOG_20250624055200.md +0 -23
  69. package/.history/CHANGELOG_20250624055203.md +0 -23
  70. package/.history/package_20241107122123.json +0 -106
  71. package/.history/package_20241107122219.json +0 -106
  72. package/.history/package_20241107125538.json +0 -106
@@ -0,0 +1,110 @@
1
+ {
2
+ "name": "@raisenow/tamaro-cli",
3
+ "version": "1.2.0",
4
+ "author": {
5
+ "name": "RaiseNow",
6
+ "email": "development@raisenow.com"
7
+ },
8
+ "type": "module",
9
+ "bin": "dist/cli.js",
10
+ "packageManager": "pnpm@9.14.2",
11
+ "engines": {
12
+ "node": ">=20",
13
+ "pnpm": ">= 9.12",
14
+ "npm": "please-use-pnpm",
15
+ "yarn": "please-use-pnpm"
16
+ },
17
+ "scripts": {
18
+ "prepare": "pnpm build",
19
+ "tscheck": "tsc --noEmit",
20
+ "build": "tsup src/cli.ts src/webpack.config.ts --clean --shims --format esm",
21
+ "build:watch": "pnpm build --watch --ignore-watch .history --ignore-watch .idea",
22
+ "readme": "pnpx http-server . --cors -o /readme.html",
23
+ "lint": "DEBUG=eslint:cli-engine eslint .",
24
+ "lint:fix": "DEBUG=eslint:cli-engine eslint --fix .",
25
+ "format": "prettier --write ."
26
+ },
27
+ "dependencies": {
28
+ "@babel/cli": "^7.28.0",
29
+ "@babel/core": "^7.28.0",
30
+ "@babel/plugin-proposal-decorators": "^7.28.0",
31
+ "@babel/plugin-syntax-dynamic-import": "^7.8.3",
32
+ "@babel/plugin-transform-runtime": "^7.28.0",
33
+ "@babel/preset-env": "^7.28.0",
34
+ "@babel/preset-react": "^7.27.1",
35
+ "@babel/preset-typescript": "^7.27.1",
36
+ "@babel/runtime-corejs3": "^7.28.2",
37
+ "@pmmmwh/react-refresh-webpack-plugin": "^0.6.1",
38
+ "@statoscope/webpack-plugin": "^5.29.0",
39
+ "@types/columnify": "^1.5.4",
40
+ "@types/handlebars-helpers": "^0.5.6",
41
+ "@types/lodash": "^4.17.20",
42
+ "@types/node": "^22.17.0",
43
+ "@types/node-notifier": "^8.0.5",
44
+ "@types/prompts": "^2.4.9",
45
+ "@types/resolve-bin": "^0.4.3",
46
+ "@types/webpack-config-utils": "^2.3.4",
47
+ "@typescript-eslint/eslint-plugin": "^7.18.0",
48
+ "@typescript-eslint/parser": "^7.18.0",
49
+ "autoprefixer": "^10.4.21",
50
+ "babel-loader": "^10.0.0",
51
+ "babel-plugin-istanbul": "^7.0.0",
52
+ "babel-plugin-lodash": "^3.3.4",
53
+ "chalk": "^5.4.1",
54
+ "clean-webpack-plugin": "^4.0.0",
55
+ "columnify": "^1.6.0",
56
+ "commander": "^14.0.0",
57
+ "copy-webpack-plugin": "^13.0.0",
58
+ "core-js": "^3.44.0",
59
+ "css-loader": "^7.1.2",
60
+ "css-minimizer-webpack-plugin": "^7.0.2",
61
+ "dotenv": "^17.2.1",
62
+ "escape-string-regexp": "^5.0.0",
63
+ "eslint": "^8.57.1",
64
+ "eslint-config-prettier": "^9.1.0",
65
+ "eslint-import-resolver-typescript": "^3.6.3",
66
+ "eslint-plugin-deprecation": "^3.0.0",
67
+ "eslint-plugin-import": "^2.31.0",
68
+ "eslint-plugin-markdownlint": "^0.6.0",
69
+ "eslint-plugin-promise": "^7.1.0",
70
+ "eslint-plugin-unused-imports": "^3.2.0",
71
+ "eslint-plugin-yml": "^1.15.0",
72
+ "eslint-webpack-plugin": "^4.2.0",
73
+ "execa": "^9.6.0",
74
+ "file-loader": "^6.2.0",
75
+ "fork-ts-checker-webpack-plugin": "^9.1.0",
76
+ "glob": "^11.0.3",
77
+ "handlebars": "^4.7.8",
78
+ "handlebars-helpers": "^0.10.0",
79
+ "html-loader": "^5.1.0",
80
+ "html-webpack-plugin": "^5.6.3",
81
+ "json-loader": "^0.5.7",
82
+ "lodash": "^4.17.21",
83
+ "mini-css-extract-plugin": "^2.9.2",
84
+ "node-notifier": "^10.0.1",
85
+ "portfinder": "^1.0.37",
86
+ "postcss": "^8.5.6",
87
+ "postcss-custom-properties": "^14.0.6",
88
+ "postcss-import": "^16.1.1",
89
+ "postcss-loader": "^8.1.1",
90
+ "postcss-nested": "^7.0.2",
91
+ "prettier": "^3.6.2",
92
+ "prompts": "^2.4.2",
93
+ "react-refresh": "^0.17.0",
94
+ "resolve-url-loader": "^5.0.0",
95
+ "sass": "^1.89.2",
96
+ "sass-loader": "^16.0.5",
97
+ "source-map-loader": "^5.0.0",
98
+ "strip-indent": "^4.0.0",
99
+ "style-loader": "^4.0.0",
100
+ "tsconfig-paths-webpack-plugin": "^4.2.0",
101
+ "tsup": "^8.5.0",
102
+ "typescript": "^5.8.3",
103
+ "url-loader": "^4.1.1",
104
+ "webpack": "^5.101.0",
105
+ "webpack-cli": "^6.0.1",
106
+ "webpack-config-utils": "^2.3.1",
107
+ "webpack-dev-server": "^5.2.2",
108
+ "yaml-loader": "^0.8.1"
109
+ }
110
+ }
@@ -0,0 +1,110 @@
1
+ {
2
+ "name": "@raisenow/tamaro-cli",
3
+ "version": "1.2.0",
4
+ "author": {
5
+ "name": "RaiseNow",
6
+ "email": "development@raisenow.com"
7
+ },
8
+ "type": "module",
9
+ "bin": "dist/cli.js",
10
+ "packageManager": "pnpm@9.14.2",
11
+ "engines": {
12
+ "node": ">=20",
13
+ "pnpm": ">= 9.12",
14
+ "npm": "please-use-pnpm",
15
+ "yarn": "please-use-pnpm"
16
+ },
17
+ "scripts": {
18
+ "prepare": "pnpm build",
19
+ "tscheck": "tsc --noEmit",
20
+ "build": "tsup src/cli.ts src/webpack.config.ts --clean --shims --format esm",
21
+ "build:watch": "pnpm build --watch --ignore-watch .history --ignore-watch .idea",
22
+ "readme": "pnpx http-server . --cors -o /readme.html",
23
+ "lint": "DEBUG=eslint:cli-engine eslint .",
24
+ "lint:fix": "DEBUG=eslint:cli-engine eslint --fix .",
25
+ "format": "prettier --write ."
26
+ },
27
+ "dependencies": {
28
+ "@babel/cli": "^7.28.0",
29
+ "@babel/core": "^7.28.0",
30
+ "@babel/plugin-proposal-decorators": "^7.28.0",
31
+ "@babel/plugin-syntax-dynamic-import": "^7.8.3",
32
+ "@babel/plugin-transform-runtime": "^7.28.0",
33
+ "@babel/preset-env": "^7.28.0",
34
+ "@babel/preset-react": "^7.27.1",
35
+ "@babel/preset-typescript": "^7.27.1",
36
+ "@babel/runtime-corejs3": "^7.28.2",
37
+ "@pmmmwh/react-refresh-webpack-plugin": "^0.6.1",
38
+ "@statoscope/webpack-plugin": "^5.29.0",
39
+ "@types/columnify": "^1.5.4",
40
+ "@types/handlebars-helpers": "^0.5.6",
41
+ "@types/lodash": "^4.17.20",
42
+ "@types/node": "^22.17.0",
43
+ "@types/node-notifier": "^8.0.5",
44
+ "@types/prompts": "^2.4.9",
45
+ "@types/resolve-bin": "^0.4.3",
46
+ "@types/webpack-config-utils": "^2.3.4",
47
+ "@typescript-eslint/eslint-plugin": "^7.18.0",
48
+ "@typescript-eslint/parser": "^7.18.0",
49
+ "autoprefixer": "^10.4.21",
50
+ "babel-loader": "^10.0.0",
51
+ "babel-plugin-istanbul": "^7.0.0",
52
+ "babel-plugin-lodash": "^3.3.4",
53
+ "chalk": "^5.4.1",
54
+ "clean-webpack-plugin": "^4.0.0",
55
+ "columnify": "^1.6.0",
56
+ "commander": "^14.0.0",
57
+ "copy-webpack-plugin": "^13.0.0",
58
+ "core-js": "^3.44.0",
59
+ "css-loader": "^7.1.2",
60
+ "css-minimizer-webpack-plugin": "^7.0.2",
61
+ "dotenv": "^17.2.1",
62
+ "escape-string-regexp": "^5.0.0",
63
+ "eslint": "^8.57.1",
64
+ "eslint-config-prettier": "^9.1.0",
65
+ "eslint-import-resolver-typescript": "^3.6.3",
66
+ "eslint-plugin-deprecation": "^3.0.0",
67
+ "eslint-plugin-import": "^2.32.0",
68
+ "eslint-plugin-markdownlint": "^0.6.0",
69
+ "eslint-plugin-promise": "^7.1.0",
70
+ "eslint-plugin-unused-imports": "^3.2.0",
71
+ "eslint-plugin-yml": "^1.15.0",
72
+ "eslint-webpack-plugin": "^4.2.0",
73
+ "execa": "^9.6.0",
74
+ "file-loader": "^6.2.0",
75
+ "fork-ts-checker-webpack-plugin": "^9.1.0",
76
+ "glob": "^11.0.3",
77
+ "handlebars": "^4.7.8",
78
+ "handlebars-helpers": "^0.10.0",
79
+ "html-loader": "^5.1.0",
80
+ "html-webpack-plugin": "^5.6.3",
81
+ "json-loader": "^0.5.7",
82
+ "lodash": "^4.17.21",
83
+ "mini-css-extract-plugin": "^2.9.2",
84
+ "node-notifier": "^10.0.1",
85
+ "portfinder": "^1.0.37",
86
+ "postcss": "^8.5.6",
87
+ "postcss-custom-properties": "^14.0.6",
88
+ "postcss-import": "^16.1.1",
89
+ "postcss-loader": "^8.1.1",
90
+ "postcss-nested": "^7.0.2",
91
+ "prettier": "^3.6.2",
92
+ "prompts": "^2.4.2",
93
+ "react-refresh": "^0.17.0",
94
+ "resolve-url-loader": "^5.0.0",
95
+ "sass": "^1.89.2",
96
+ "sass-loader": "^16.0.5",
97
+ "source-map-loader": "^5.0.0",
98
+ "strip-indent": "^4.0.0",
99
+ "style-loader": "^4.0.0",
100
+ "tsconfig-paths-webpack-plugin": "^4.2.0",
101
+ "tsup": "^8.5.0",
102
+ "typescript": "^5.8.3",
103
+ "url-loader": "^4.1.1",
104
+ "webpack": "^5.101.0",
105
+ "webpack-cli": "^6.0.1",
106
+ "webpack-config-utils": "^2.3.1",
107
+ "webpack-dev-server": "^5.2.2",
108
+ "yaml-loader": "^0.8.1"
109
+ }
110
+ }
@@ -0,0 +1,110 @@
1
+ {
2
+ "name": "@raisenow/tamaro-cli",
3
+ "version": "1.2.0",
4
+ "author": {
5
+ "name": "RaiseNow",
6
+ "email": "development@raisenow.com"
7
+ },
8
+ "type": "module",
9
+ "bin": "dist/cli.js",
10
+ "packageManager": "pnpm@9.14.2",
11
+ "engines": {
12
+ "node": ">=20",
13
+ "pnpm": ">= 9.12",
14
+ "npm": "please-use-pnpm",
15
+ "yarn": "please-use-pnpm"
16
+ },
17
+ "scripts": {
18
+ "prepare": "pnpm build",
19
+ "tscheck": "tsc --noEmit",
20
+ "build": "tsup src/cli.ts src/webpack.config.ts --clean --shims --format esm",
21
+ "build:watch": "pnpm build --watch --ignore-watch .history --ignore-watch .idea",
22
+ "readme": "pnpx http-server . --cors -o /readme.html",
23
+ "lint": "DEBUG=eslint:cli-engine eslint .",
24
+ "lint:fix": "DEBUG=eslint:cli-engine eslint --fix .",
25
+ "format": "prettier --write ."
26
+ },
27
+ "dependencies": {
28
+ "@babel/cli": "^7.28.0",
29
+ "@babel/core": "^7.28.0",
30
+ "@babel/plugin-proposal-decorators": "^7.28.0",
31
+ "@babel/plugin-syntax-dynamic-import": "^7.8.3",
32
+ "@babel/plugin-transform-runtime": "^7.28.0",
33
+ "@babel/preset-env": "^7.28.0",
34
+ "@babel/preset-react": "^7.27.1",
35
+ "@babel/preset-typescript": "^7.27.1",
36
+ "@babel/runtime-corejs3": "^7.28.2",
37
+ "@pmmmwh/react-refresh-webpack-plugin": "^0.6.1",
38
+ "@statoscope/webpack-plugin": "^5.29.0",
39
+ "@types/columnify": "^1.5.4",
40
+ "@types/handlebars-helpers": "^0.5.6",
41
+ "@types/lodash": "^4.17.20",
42
+ "@types/node": "^22.17.0",
43
+ "@types/node-notifier": "^8.0.5",
44
+ "@types/prompts": "^2.4.9",
45
+ "@types/resolve-bin": "^0.4.3",
46
+ "@types/webpack-config-utils": "^2.3.4",
47
+ "@typescript-eslint/eslint-plugin": "^7.18.0",
48
+ "@typescript-eslint/parser": "^7.18.0",
49
+ "autoprefixer": "^10.4.21",
50
+ "babel-loader": "^10.0.0",
51
+ "babel-plugin-istanbul": "^7.0.0",
52
+ "babel-plugin-lodash": "^3.3.4",
53
+ "chalk": "^5.4.1",
54
+ "clean-webpack-plugin": "^4.0.0",
55
+ "columnify": "^1.6.0",
56
+ "commander": "^14.0.0",
57
+ "copy-webpack-plugin": "^13.0.0",
58
+ "core-js": "^3.44.0",
59
+ "css-loader": "^7.1.2",
60
+ "css-minimizer-webpack-plugin": "^7.0.2",
61
+ "dotenv": "^17.2.1",
62
+ "escape-string-regexp": "^5.0.0",
63
+ "eslint": "^8.57.1",
64
+ "eslint-config-prettier": "^9.1.0",
65
+ "eslint-import-resolver-typescript": "^3.6.3",
66
+ "eslint-plugin-deprecation": "^3.0.0",
67
+ "eslint-plugin-import": "^2.32.0",
68
+ "eslint-plugin-markdownlint": "^0.6.0",
69
+ "eslint-plugin-promise": "^7.2.1",
70
+ "eslint-plugin-unused-imports": "^3.2.0",
71
+ "eslint-plugin-yml": "^1.15.0",
72
+ "eslint-webpack-plugin": "^4.2.0",
73
+ "execa": "^9.6.0",
74
+ "file-loader": "^6.2.0",
75
+ "fork-ts-checker-webpack-plugin": "^9.1.0",
76
+ "glob": "^11.0.3",
77
+ "handlebars": "^4.7.8",
78
+ "handlebars-helpers": "^0.10.0",
79
+ "html-loader": "^5.1.0",
80
+ "html-webpack-plugin": "^5.6.3",
81
+ "json-loader": "^0.5.7",
82
+ "lodash": "^4.17.21",
83
+ "mini-css-extract-plugin": "^2.9.2",
84
+ "node-notifier": "^10.0.1",
85
+ "portfinder": "^1.0.37",
86
+ "postcss": "^8.5.6",
87
+ "postcss-custom-properties": "^14.0.6",
88
+ "postcss-import": "^16.1.1",
89
+ "postcss-loader": "^8.1.1",
90
+ "postcss-nested": "^7.0.2",
91
+ "prettier": "^3.6.2",
92
+ "prompts": "^2.4.2",
93
+ "react-refresh": "^0.17.0",
94
+ "resolve-url-loader": "^5.0.0",
95
+ "sass": "^1.89.2",
96
+ "sass-loader": "^16.0.5",
97
+ "source-map-loader": "^5.0.0",
98
+ "strip-indent": "^4.0.0",
99
+ "style-loader": "^4.0.0",
100
+ "tsconfig-paths-webpack-plugin": "^4.2.0",
101
+ "tsup": "^8.5.0",
102
+ "typescript": "^5.8.3",
103
+ "url-loader": "^4.1.1",
104
+ "webpack": "^5.101.0",
105
+ "webpack-cli": "^6.0.1",
106
+ "webpack-config-utils": "^2.3.1",
107
+ "webpack-dev-server": "^5.2.2",
108
+ "yaml-loader": "^0.8.1"
109
+ }
110
+ }
@@ -0,0 +1,110 @@
1
+ {
2
+ "name": "@raisenow/tamaro-cli",
3
+ "version": "1.2.0",
4
+ "author": {
5
+ "name": "RaiseNow",
6
+ "email": "development@raisenow.com"
7
+ },
8
+ "type": "module",
9
+ "bin": "dist/cli.js",
10
+ "packageManager": "pnpm@9.14.2",
11
+ "engines": {
12
+ "node": ">=20",
13
+ "pnpm": ">= 9.12",
14
+ "npm": "please-use-pnpm",
15
+ "yarn": "please-use-pnpm"
16
+ },
17
+ "scripts": {
18
+ "prepare": "pnpm build",
19
+ "tscheck": "tsc --noEmit",
20
+ "build": "tsup src/cli.ts src/webpack.config.ts --clean --shims --format esm",
21
+ "build:watch": "pnpm build --watch --ignore-watch .history --ignore-watch .idea",
22
+ "readme": "pnpx http-server . --cors -o /readme.html",
23
+ "lint": "DEBUG=eslint:cli-engine eslint .",
24
+ "lint:fix": "DEBUG=eslint:cli-engine eslint --fix .",
25
+ "format": "prettier --write ."
26
+ },
27
+ "dependencies": {
28
+ "@babel/cli": "^7.28.0",
29
+ "@babel/core": "^7.28.0",
30
+ "@babel/plugin-proposal-decorators": "^7.28.0",
31
+ "@babel/plugin-syntax-dynamic-import": "^7.8.3",
32
+ "@babel/plugin-transform-runtime": "^7.28.0",
33
+ "@babel/preset-env": "^7.28.0",
34
+ "@babel/preset-react": "^7.27.1",
35
+ "@babel/preset-typescript": "^7.27.1",
36
+ "@babel/runtime-corejs3": "^7.28.2",
37
+ "@pmmmwh/react-refresh-webpack-plugin": "^0.6.1",
38
+ "@statoscope/webpack-plugin": "^5.29.0",
39
+ "@types/columnify": "^1.5.4",
40
+ "@types/handlebars-helpers": "^0.5.6",
41
+ "@types/lodash": "^4.17.20",
42
+ "@types/node": "^22.17.0",
43
+ "@types/node-notifier": "^8.0.5",
44
+ "@types/prompts": "^2.4.9",
45
+ "@types/resolve-bin": "^0.4.3",
46
+ "@types/webpack-config-utils": "^2.3.4",
47
+ "@typescript-eslint/eslint-plugin": "^7.18.0",
48
+ "@typescript-eslint/parser": "^7.18.0",
49
+ "autoprefixer": "^10.4.21",
50
+ "babel-loader": "^10.0.0",
51
+ "babel-plugin-istanbul": "^7.0.0",
52
+ "babel-plugin-lodash": "^3.3.4",
53
+ "chalk": "^5.4.1",
54
+ "clean-webpack-plugin": "^4.0.0",
55
+ "columnify": "^1.6.0",
56
+ "commander": "^14.0.0",
57
+ "copy-webpack-plugin": "^13.0.0",
58
+ "core-js": "^3.44.0",
59
+ "css-loader": "^7.1.2",
60
+ "css-minimizer-webpack-plugin": "^7.0.2",
61
+ "dotenv": "^17.2.1",
62
+ "escape-string-regexp": "^5.0.0",
63
+ "eslint": "^8.57.1",
64
+ "eslint-config-prettier": "^9.1.0",
65
+ "eslint-import-resolver-typescript": "^3.6.3",
66
+ "eslint-plugin-deprecation": "^3.0.0",
67
+ "eslint-plugin-import": "^2.32.0",
68
+ "eslint-plugin-markdownlint": "^0.6.0",
69
+ "eslint-plugin-promise": "^7.2.1",
70
+ "eslint-plugin-unused-imports": "^3.2.0",
71
+ "eslint-plugin-yml": "^1.18.0",
72
+ "eslint-webpack-plugin": "^4.2.0",
73
+ "execa": "^9.6.0",
74
+ "file-loader": "^6.2.0",
75
+ "fork-ts-checker-webpack-plugin": "^9.1.0",
76
+ "glob": "^11.0.3",
77
+ "handlebars": "^4.7.8",
78
+ "handlebars-helpers": "^0.10.0",
79
+ "html-loader": "^5.1.0",
80
+ "html-webpack-plugin": "^5.6.3",
81
+ "json-loader": "^0.5.7",
82
+ "lodash": "^4.17.21",
83
+ "mini-css-extract-plugin": "^2.9.2",
84
+ "node-notifier": "^10.0.1",
85
+ "portfinder": "^1.0.37",
86
+ "postcss": "^8.5.6",
87
+ "postcss-custom-properties": "^14.0.6",
88
+ "postcss-import": "^16.1.1",
89
+ "postcss-loader": "^8.1.1",
90
+ "postcss-nested": "^7.0.2",
91
+ "prettier": "^3.6.2",
92
+ "prompts": "^2.4.2",
93
+ "react-refresh": "^0.17.0",
94
+ "resolve-url-loader": "^5.0.0",
95
+ "sass": "^1.89.2",
96
+ "sass-loader": "^16.0.5",
97
+ "source-map-loader": "^5.0.0",
98
+ "strip-indent": "^4.0.0",
99
+ "style-loader": "^4.0.0",
100
+ "tsconfig-paths-webpack-plugin": "^4.2.0",
101
+ "tsup": "^8.5.0",
102
+ "typescript": "^5.8.3",
103
+ "url-loader": "^4.1.1",
104
+ "webpack": "^5.101.0",
105
+ "webpack-cli": "^6.0.1",
106
+ "webpack-config-utils": "^2.3.1",
107
+ "webpack-dev-server": "^5.2.2",
108
+ "yaml-loader": "^0.8.1"
109
+ }
110
+ }
@@ -0,0 +1,110 @@
1
+ {
2
+ "name": "@raisenow/tamaro-cli",
3
+ "version": "1.2.0",
4
+ "author": {
5
+ "name": "RaiseNow",
6
+ "email": "development@raisenow.com"
7
+ },
8
+ "type": "module",
9
+ "bin": "dist/cli.js",
10
+ "packageManager": "pnpm@9.14.2",
11
+ "engines": {
12
+ "node": ">=20",
13
+ "pnpm": ">= 9.12",
14
+ "npm": "please-use-pnpm",
15
+ "yarn": "please-use-pnpm"
16
+ },
17
+ "scripts": {
18
+ "prepare": "pnpm build",
19
+ "tscheck": "tsc --noEmit",
20
+ "build": "tsup src/cli.ts src/webpack.config.ts --clean --shims --format esm",
21
+ "build:watch": "pnpm build --watch --ignore-watch .history --ignore-watch .idea",
22
+ "readme": "pnpx http-server . --cors -o /readme.html",
23
+ "lint": "DEBUG=eslint:cli-engine eslint .",
24
+ "lint:fix": "DEBUG=eslint:cli-engine eslint --fix .",
25
+ "format": "prettier --write ."
26
+ },
27
+ "dependencies": {
28
+ "@babel/cli": "^7.28.0",
29
+ "@babel/core": "^7.28.0",
30
+ "@babel/plugin-proposal-decorators": "^7.28.0",
31
+ "@babel/plugin-syntax-dynamic-import": "^7.8.3",
32
+ "@babel/plugin-transform-runtime": "^7.28.0",
33
+ "@babel/preset-env": "^7.28.0",
34
+ "@babel/preset-react": "^7.27.1",
35
+ "@babel/preset-typescript": "^7.27.1",
36
+ "@babel/runtime-corejs3": "^7.28.2",
37
+ "@pmmmwh/react-refresh-webpack-plugin": "^0.6.1",
38
+ "@statoscope/webpack-plugin": "^5.29.0",
39
+ "@types/columnify": "^1.5.4",
40
+ "@types/handlebars-helpers": "^0.5.6",
41
+ "@types/lodash": "^4.17.20",
42
+ "@types/node": "^22.17.0",
43
+ "@types/node-notifier": "^8.0.5",
44
+ "@types/prompts": "^2.4.9",
45
+ "@types/resolve-bin": "^0.4.3",
46
+ "@types/webpack-config-utils": "^2.3.4",
47
+ "@typescript-eslint/eslint-plugin": "^7.18.0",
48
+ "@typescript-eslint/parser": "^7.18.0",
49
+ "autoprefixer": "^10.4.21",
50
+ "babel-loader": "^10.0.0",
51
+ "babel-plugin-istanbul": "^7.0.0",
52
+ "babel-plugin-lodash": "^3.3.4",
53
+ "chalk": "^5.4.1",
54
+ "clean-webpack-plugin": "^4.0.0",
55
+ "columnify": "^1.6.0",
56
+ "commander": "^14.0.0",
57
+ "copy-webpack-plugin": "^13.0.0",
58
+ "core-js": "^3.44.0",
59
+ "css-loader": "^7.1.2",
60
+ "css-minimizer-webpack-plugin": "^7.0.2",
61
+ "dotenv": "^17.2.1",
62
+ "escape-string-regexp": "^5.0.0",
63
+ "eslint": "^8.57.1",
64
+ "eslint-config-prettier": "^9.1.0",
65
+ "eslint-import-resolver-typescript": "^3.6.3",
66
+ "eslint-plugin-deprecation": "^3.0.0",
67
+ "eslint-plugin-import": "^2.32.0",
68
+ "eslint-plugin-markdownlint": "^0.9.0",
69
+ "eslint-plugin-promise": "^7.2.1",
70
+ "eslint-plugin-unused-imports": "^3.2.0",
71
+ "eslint-plugin-yml": "^1.18.0",
72
+ "eslint-webpack-plugin": "^4.2.0",
73
+ "execa": "^9.6.0",
74
+ "file-loader": "^6.2.0",
75
+ "fork-ts-checker-webpack-plugin": "^9.1.0",
76
+ "glob": "^11.0.3",
77
+ "handlebars": "^4.7.8",
78
+ "handlebars-helpers": "^0.10.0",
79
+ "html-loader": "^5.1.0",
80
+ "html-webpack-plugin": "^5.6.3",
81
+ "json-loader": "^0.5.7",
82
+ "lodash": "^4.17.21",
83
+ "mini-css-extract-plugin": "^2.9.2",
84
+ "node-notifier": "^10.0.1",
85
+ "portfinder": "^1.0.37",
86
+ "postcss": "^8.5.6",
87
+ "postcss-custom-properties": "^14.0.6",
88
+ "postcss-import": "^16.1.1",
89
+ "postcss-loader": "^8.1.1",
90
+ "postcss-nested": "^7.0.2",
91
+ "prettier": "^3.6.2",
92
+ "prompts": "^2.4.2",
93
+ "react-refresh": "^0.17.0",
94
+ "resolve-url-loader": "^5.0.0",
95
+ "sass": "^1.89.2",
96
+ "sass-loader": "^16.0.5",
97
+ "source-map-loader": "^5.0.0",
98
+ "strip-indent": "^4.0.0",
99
+ "style-loader": "^4.0.0",
100
+ "tsconfig-paths-webpack-plugin": "^4.2.0",
101
+ "tsup": "^8.5.0",
102
+ "typescript": "^5.8.3",
103
+ "url-loader": "^4.1.1",
104
+ "webpack": "^5.101.0",
105
+ "webpack-cli": "^6.0.1",
106
+ "webpack-config-utils": "^2.3.1",
107
+ "webpack-dev-server": "^5.2.2",
108
+ "yaml-loader": "^0.8.1"
109
+ }
110
+ }
@@ -0,0 +1,110 @@
1
+ {
2
+ "name": "@raisenow/tamaro-cli",
3
+ "version": "1.2.0",
4
+ "author": {
5
+ "name": "RaiseNow",
6
+ "email": "development@raisenow.com"
7
+ },
8
+ "type": "module",
9
+ "bin": "dist/cli.js",
10
+ "packageManager": "pnpm@9.14.2",
11
+ "engines": {
12
+ "node": ">=20",
13
+ "pnpm": ">= 9.12",
14
+ "npm": "please-use-pnpm",
15
+ "yarn": "please-use-pnpm"
16
+ },
17
+ "scripts": {
18
+ "prepare": "pnpm build",
19
+ "tscheck": "tsc --noEmit",
20
+ "build": "tsup src/cli.ts src/webpack.config.ts --clean --shims --format esm",
21
+ "build:watch": "pnpm build --watch --ignore-watch .history --ignore-watch .idea",
22
+ "readme": "pnpx http-server . --cors -o /readme.html",
23
+ "lint": "DEBUG=eslint:cli-engine eslint .",
24
+ "lint:fix": "DEBUG=eslint:cli-engine eslint --fix .",
25
+ "format": "prettier --write ."
26
+ },
27
+ "dependencies": {
28
+ "@babel/cli": "^7.28.0",
29
+ "@babel/core": "^7.28.0",
30
+ "@babel/plugin-proposal-decorators": "^7.28.0",
31
+ "@babel/plugin-syntax-dynamic-import": "^7.8.3",
32
+ "@babel/plugin-transform-runtime": "^7.28.0",
33
+ "@babel/preset-env": "^7.28.0",
34
+ "@babel/preset-react": "^7.27.1",
35
+ "@babel/preset-typescript": "^7.27.1",
36
+ "@babel/runtime-corejs3": "^7.28.2",
37
+ "@pmmmwh/react-refresh-webpack-plugin": "^0.6.1",
38
+ "@statoscope/webpack-plugin": "^5.29.0",
39
+ "@types/columnify": "^1.5.4",
40
+ "@types/handlebars-helpers": "^0.5.6",
41
+ "@types/lodash": "^4.17.20",
42
+ "@types/node": "^22.17.0",
43
+ "@types/node-notifier": "^8.0.5",
44
+ "@types/prompts": "^2.4.9",
45
+ "@types/resolve-bin": "^0.4.3",
46
+ "@types/webpack-config-utils": "^2.3.4",
47
+ "@typescript-eslint/eslint-plugin": "^7.18.0",
48
+ "@typescript-eslint/parser": "^7.18.0",
49
+ "autoprefixer": "^10.4.21",
50
+ "babel-loader": "^10.0.0",
51
+ "babel-plugin-istanbul": "^7.0.0",
52
+ "babel-plugin-lodash": "^3.3.4",
53
+ "chalk": "^5.4.1",
54
+ "clean-webpack-plugin": "^4.0.0",
55
+ "columnify": "^1.6.0",
56
+ "commander": "^14.0.0",
57
+ "copy-webpack-plugin": "^13.0.0",
58
+ "core-js": "^3.44.0",
59
+ "css-loader": "^7.1.2",
60
+ "css-minimizer-webpack-plugin": "^7.0.2",
61
+ "dotenv": "^17.2.1",
62
+ "escape-string-regexp": "^5.0.0",
63
+ "eslint": "^8.57.1",
64
+ "eslint-config-prettier": "^10.1.8",
65
+ "eslint-import-resolver-typescript": "^3.6.3",
66
+ "eslint-plugin-deprecation": "^3.0.0",
67
+ "eslint-plugin-import": "^2.32.0",
68
+ "eslint-plugin-markdownlint": "^0.9.0",
69
+ "eslint-plugin-promise": "^7.2.1",
70
+ "eslint-plugin-unused-imports": "^3.2.0",
71
+ "eslint-plugin-yml": "^1.18.0",
72
+ "eslint-webpack-plugin": "^4.2.0",
73
+ "execa": "^9.6.0",
74
+ "file-loader": "^6.2.0",
75
+ "fork-ts-checker-webpack-plugin": "^9.1.0",
76
+ "glob": "^11.0.3",
77
+ "handlebars": "^4.7.8",
78
+ "handlebars-helpers": "^0.10.0",
79
+ "html-loader": "^5.1.0",
80
+ "html-webpack-plugin": "^5.6.3",
81
+ "json-loader": "^0.5.7",
82
+ "lodash": "^4.17.21",
83
+ "mini-css-extract-plugin": "^2.9.2",
84
+ "node-notifier": "^10.0.1",
85
+ "portfinder": "^1.0.37",
86
+ "postcss": "^8.5.6",
87
+ "postcss-custom-properties": "^14.0.6",
88
+ "postcss-import": "^16.1.1",
89
+ "postcss-loader": "^8.1.1",
90
+ "postcss-nested": "^7.0.2",
91
+ "prettier": "^3.6.2",
92
+ "prompts": "^2.4.2",
93
+ "react-refresh": "^0.17.0",
94
+ "resolve-url-loader": "^5.0.0",
95
+ "sass": "^1.89.2",
96
+ "sass-loader": "^16.0.5",
97
+ "source-map-loader": "^5.0.0",
98
+ "strip-indent": "^4.0.0",
99
+ "style-loader": "^4.0.0",
100
+ "tsconfig-paths-webpack-plugin": "^4.2.0",
101
+ "tsup": "^8.5.0",
102
+ "typescript": "^5.8.3",
103
+ "url-loader": "^4.1.1",
104
+ "webpack": "^5.101.0",
105
+ "webpack-cli": "^6.0.1",
106
+ "webpack-config-utils": "^2.3.1",
107
+ "webpack-dev-server": "^5.2.2",
108
+ "yaml-loader": "^0.8.1"
109
+ }
110
+ }