@dawudesign/node-hexa-cli 0.2.2 → 0.2.3
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.
- package/package.json +2 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dawudesign/node-hexa-cli",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.3",
|
|
4
4
|
"description": "CLI to scaffold and analyze NestJS Hexagonal DDD projects",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"nestjs",
|
|
@@ -34,15 +34,10 @@
|
|
|
34
34
|
},
|
|
35
35
|
"scripts": {
|
|
36
36
|
"build": "tsup",
|
|
37
|
-
"prepublishOnly": "echo 'Use: pnpm pub' && exit 1",
|
|
38
|
-
"pub": "pnpm build && chmod +x dist/index.js && npm publish --ignore-scripts",
|
|
39
37
|
"dev": "tsx src/index.ts",
|
|
40
38
|
"start": "node dist/index.js"
|
|
41
39
|
},
|
|
42
|
-
"dependencies": {
|
|
43
|
-
"commander": "^14.0.3",
|
|
44
|
-
"ts-morph": "^27.0.2"
|
|
45
|
-
},
|
|
40
|
+
"dependencies": {},
|
|
46
41
|
"devDependencies": {
|
|
47
42
|
"@node-hexa/core": "workspace:^",
|
|
48
43
|
"@node-hexa/parser": "workspace:^",
|