@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
+ "typecheck": "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
+ }
@@ -0,0 +1,114 @@
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
+ "typecheck": "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
+ "test": "vitest",
27
+ "test:watch": "vitest --watch",
28
+ "test:coverage": "vitest --coverage"
29
+ },
30
+ "dependencies": {
31
+ "@babel/cli": "^7.28.0",
32
+ "@babel/core": "^7.28.0",
33
+ "@babel/plugin-proposal-decorators": "^7.28.0",
34
+ "@babel/plugin-syntax-dynamic-import": "^7.8.3",
35
+ "@babel/plugin-transform-runtime": "^7.28.0",
36
+ "@babel/preset-env": "^7.28.0",
37
+ "@babel/preset-react": "^7.27.1",
38
+ "@babel/preset-typescript": "^7.27.1",
39
+ "@babel/runtime-corejs3": "^7.28.2",
40
+ "@pmmmwh/react-refresh-webpack-plugin": "^0.6.1",
41
+ "@statoscope/webpack-plugin": "^5.29.0",
42
+ "@types/columnify": "^1.5.4",
43
+ "@types/handlebars-helpers": "^0.5.6",
44
+ "@types/lodash": "^4.17.20",
45
+ "@types/node": "^22.17.0",
46
+ "@types/node-notifier": "^8.0.5",
47
+ "@types/prompts": "^2.4.9",
48
+ "@types/resolve-bin": "^0.4.3",
49
+ "@types/webpack-config-utils": "^2.3.4",
50
+ "@typescript-eslint/eslint-plugin": "^7.18.0",
51
+ "@typescript-eslint/parser": "^7.18.0",
52
+ "autoprefixer": "^10.4.21",
53
+ "babel-loader": "^10.0.0",
54
+ "babel-plugin-istanbul": "^7.0.0",
55
+ "babel-plugin-lodash": "^3.3.4",
56
+ "chalk": "^5.4.1",
57
+ "clean-webpack-plugin": "^4.0.0",
58
+ "columnify": "^1.6.0",
59
+ "commander": "^14.0.0",
60
+ "copy-webpack-plugin": "^13.0.0",
61
+ "core-js": "^3.44.0",
62
+ "css-loader": "^7.1.2",
63
+ "css-minimizer-webpack-plugin": "^7.0.2",
64
+ "dotenv": "^17.2.1",
65
+ "escape-string-regexp": "^5.0.0",
66
+ "eslint": "^8.57.1",
67
+ "eslint-config-prettier": "^10.1.8",
68
+ "eslint-import-resolver-typescript": "^3.6.3",
69
+ "eslint-plugin-deprecation": "^3.0.0",
70
+ "eslint-plugin-import": "^2.32.0",
71
+ "eslint-plugin-markdownlint": "^0.9.0",
72
+ "eslint-plugin-promise": "^7.2.1",
73
+ "eslint-plugin-unused-imports": "^3.2.0",
74
+ "eslint-plugin-yml": "^1.18.0",
75
+ "eslint-webpack-plugin": "^4.2.0",
76
+ "execa": "^9.6.0",
77
+ "file-loader": "^6.2.0",
78
+ "fork-ts-checker-webpack-plugin": "^9.1.0",
79
+ "glob": "^11.0.3",
80
+ "handlebars": "^4.7.8",
81
+ "handlebars-helpers": "^0.10.0",
82
+ "html-loader": "^5.1.0",
83
+ "html-webpack-plugin": "^5.6.3",
84
+ "json-loader": "^0.5.7",
85
+ "lodash": "^4.17.21",
86
+ "mini-css-extract-plugin": "^2.9.2",
87
+ "node-notifier": "^10.0.1",
88
+ "portfinder": "^1.0.37",
89
+ "postcss": "^8.5.6",
90
+ "postcss-custom-properties": "^14.0.6",
91
+ "postcss-import": "^16.1.1",
92
+ "postcss-loader": "^8.1.1",
93
+ "postcss-nested": "^7.0.2",
94
+ "prettier": "^3.6.2",
95
+ "prompts": "^2.4.2",
96
+ "react-refresh": "^0.17.0",
97
+ "resolve-url-loader": "^5.0.0",
98
+ "sass": "^1.89.2",
99
+ "sass-loader": "^16.0.5",
100
+ "source-map-loader": "^5.0.0",
101
+ "strip-indent": "^4.0.0",
102
+ "style-loader": "^4.0.0",
103
+ "tsconfig-paths-webpack-plugin": "^4.2.0",
104
+ "tsup": "^8.5.0",
105
+ "typescript": "^5.8.3",
106
+ "url-loader": "^4.1.1",
107
+ "vitest": "^3.2.4",
108
+ "webpack": "^5.101.0",
109
+ "webpack-cli": "^6.0.1",
110
+ "webpack-config-utils": "^2.3.1",
111
+ "webpack-dev-server": "^5.2.2",
112
+ "yaml-loader": "^0.8.1"
113
+ }
114
+ }
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@raisenow/tamaro-cli",
3
- "version": "1.1.7",
3
+ "version": "1.2.0",
4
4
  "author": {
5
5
  "name": "RaiseNow",
6
6
  "email": "development@raisenow.com"
7
7
  },
8
8
  "type": "module",
9
9
  "bin": "dist/cli.js",
10
- "packageManager": "pnpm@9.12.3",
10
+ "packageManager": "pnpm@10.13.1",
11
11
  "engines": {
12
12
  "node": ">=20",
13
13
  "pnpm": ">= 9.12",
@@ -16,7 +16,7 @@
16
16
  },
17
17
  "scripts": {
18
18
  "prepare": "pnpm build",
19
- "tscheck": "tsc --noEmit",
19
+ "typecheck": "tsc --noEmit",
20
20
  "build": "tsup src/cli.ts src/webpack.config.ts --clean --shims --format esm",
21
21
  "build:watch": "pnpm build --watch --ignore-watch .history --ignore-watch .idea",
22
22
  "readme": "pnpx http-server . --cors -o /readme.html",
@@ -25,82 +25,86 @@
25
25
  "format": "prettier --write ."
26
26
  },
27
27
  "dependencies": {
28
- "@babel/cli": "^7.25.9",
29
- "@babel/core": "^7.26.0",
30
- "@babel/plugin-proposal-decorators": "^7.25.9",
28
+ "@babel/cli": "^7.28.0",
29
+ "@babel/core": "^7.28.0",
30
+ "@babel/plugin-proposal-decorators": "^7.28.0",
31
31
  "@babel/plugin-syntax-dynamic-import": "^7.8.3",
32
- "@babel/plugin-transform-runtime": "^7.25.9",
33
- "@babel/preset-env": "^7.26.0",
34
- "@babel/preset-react": "^7.25.9",
35
- "@babel/preset-typescript": "^7.26.0",
36
- "@babel/runtime-corejs3": "^7.26.0",
37
- "@pmmmwh/react-refresh-webpack-plugin": "^0.5.15",
38
- "@statoscope/webpack-plugin": "^5.28.2",
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
39
  "@types/columnify": "^1.5.4",
40
- "@types/lodash": "^4.17.13",
41
- "@types/node": "^20.17.6",
40
+ "@types/handlebars-helpers": "^0.5.6",
41
+ "@types/lodash": "^4.17.20",
42
+ "@types/node": "^22.17.0",
42
43
  "@types/node-notifier": "^8.0.5",
43
44
  "@types/prompts": "^2.4.9",
44
45
  "@types/resolve-bin": "^0.4.3",
45
46
  "@types/webpack-config-utils": "^2.3.4",
46
47
  "@typescript-eslint/eslint-plugin": "^7.18.0",
47
48
  "@typescript-eslint/parser": "^7.18.0",
48
- "autoprefixer": "^10.4.20",
49
- "babel-loader": "^9.2.1",
49
+ "autoprefixer": "^10.4.21",
50
+ "babel-loader": "^10.0.0",
50
51
  "babel-plugin-istanbul": "^7.0.0",
51
52
  "babel-plugin-lodash": "^3.3.4",
52
- "chalk": "^5.3.0",
53
+ "chalk": "^5.4.1",
53
54
  "clean-webpack-plugin": "^4.0.0",
54
55
  "columnify": "^1.6.0",
55
- "commander": "^12.1.0",
56
- "copy-webpack-plugin": "^12.0.2",
57
- "core-js": "^3.39.0",
56
+ "commander": "^14.0.0",
57
+ "copy-webpack-plugin": "^13.0.0",
58
+ "core-js": "^3.44.0",
58
59
  "css-loader": "^7.1.2",
59
- "css-minimizer-webpack-plugin": "^7.0.0",
60
- "dotenv": "^16.4.5",
61
- "dotenv-expand": "^11.0.6",
60
+ "css-minimizer-webpack-plugin": "^7.0.2",
61
+ "dotenv": "^17.2.1",
62
62
  "escape-string-regexp": "^5.0.0",
63
63
  "eslint": "^8.57.1",
64
- "eslint-config-prettier": "^9.1.0",
64
+ "eslint-config-prettier": "^10.1.8",
65
65
  "eslint-import-resolver-typescript": "^3.6.3",
66
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",
67
+ "eslint-plugin-import": "^2.32.0",
68
+ "eslint-plugin-markdownlint": "^0.9.0",
69
+ "eslint-plugin-promise": "^7.2.1",
70
70
  "eslint-plugin-unused-imports": "^3.2.0",
71
- "eslint-plugin-yml": "^1.14.0",
71
+ "eslint-plugin-yml": "^1.18.0",
72
72
  "eslint-webpack-plugin": "^4.2.0",
73
- "execa": "^9.5.1",
73
+ "execa": "^9.6.0",
74
74
  "file-loader": "^6.2.0",
75
- "fork-ts-checker-webpack-plugin": "^9.0.2",
76
- "glob": "^11.0.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",
77
79
  "html-loader": "^5.1.0",
78
80
  "html-webpack-plugin": "^5.6.3",
79
81
  "json-loader": "^0.5.7",
80
82
  "lodash": "^4.17.21",
81
83
  "mini-css-extract-plugin": "^2.9.2",
82
84
  "node-notifier": "^10.0.1",
83
- "portfinder": "^1.0.32",
84
- "postcss": "^8.4.47",
85
- "postcss-custom-properties": "^14.0.4",
85
+ "portfinder": "^1.0.37",
86
+ "postcss": "^8.5.6",
87
+ "postcss-custom-properties": "^14.0.6",
88
+ "postcss-import": "^16.1.1",
86
89
  "postcss-loader": "^8.1.1",
87
- "prettier": "^3.3.3",
90
+ "postcss-nested": "^7.0.2",
91
+ "prettier": "^3.6.2",
88
92
  "prompts": "^2.4.2",
89
- "react-refresh": "^0.14.2",
93
+ "react-refresh": "^0.17.0",
90
94
  "resolve-url-loader": "^5.0.0",
91
- "sass": "^1.80.6",
92
- "sass-loader": "^16.0.3",
95
+ "sass": "^1.89.2",
96
+ "sass-loader": "^16.0.5",
93
97
  "source-map-loader": "^5.0.0",
94
98
  "strip-indent": "^4.0.0",
95
99
  "style-loader": "^4.0.0",
96
- "tsconfig-paths-webpack-plugin": "^4.1.0",
97
- "tsup": "^8.3.5",
98
- "typescript": "^5.6.3",
100
+ "tsconfig-paths-webpack-plugin": "^4.2.0",
101
+ "tsup": "^8.5.0",
102
+ "typescript": "^5.8.3",
99
103
  "url-loader": "^4.1.1",
100
- "webpack": "^5.96.1",
101
- "webpack-cli": "^5.1.4",
104
+ "webpack": "^5.101.0",
105
+ "webpack-cli": "^6.0.1",
102
106
  "webpack-config-utils": "^2.3.1",
103
- "webpack-dev-server": "^5.1.0",
107
+ "webpack-dev-server": "^5.2.2",
104
108
  "yaml-loader": "^0.8.1"
105
109
  }
106
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@10.13.1",
11
+ "engines": {
12
+ "node": ">=22",
13
+ "pnpm": ">= 10",
14
+ "npm": "please-use-pnpm",
15
+ "yarn": "please-use-pnpm"
16
+ },
17
+ "scripts": {
18
+ "prepare": "pnpm build",
19
+ "typecheck": "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
+ }
@@ -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@10.13.1",
11
+ "engines": {
12
+ "node": ">=22",
13
+ "pnpm": ">= 10",
14
+ "npm": "please-use-pnpm",
15
+ "yarn": "please-use-pnpm"
16
+ },
17
+ "scripts": {
18
+ "prepare": "pnpm build",
19
+ "typecheck": "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
+ }