einstein-cli
Advanced tools
Comparing version 0.0.9 to 0.0.10
{ | ||
"name": "einstein-cli", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"main": "bin/einstein.js", | ||
@@ -10,5 +10,5 @@ "license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/4lessandrodev/einstein-cli.git" | ||
}, | ||
"type": "git", | ||
"url": "git+https://github.com/4lessandrodev/einstein-cli.git" | ||
}, | ||
"bin": { | ||
@@ -18,18 +18,18 @@ "einstein": "bin/einstein.js" | ||
"keywords": [ | ||
"Complexity", | ||
"NodeJS", | ||
"Business Logic", | ||
"DDD", | ||
"Domain Driving Design", | ||
"Typescript", | ||
"DDD-Utils", | ||
"Base Entity", | ||
"Base Aggregate", | ||
"Base Value Object", | ||
"Use Cases", | ||
"Domain Events", | ||
"Clean Architecture", | ||
"Complexity", | ||
"NodeJS", | ||
"Business Logic", | ||
"DDD", | ||
"Domain Driving Design", | ||
"Typescript", | ||
"DDD-Utils", | ||
"Base Entity", | ||
"Base Aggregate", | ||
"Base Value Object", | ||
"Use Cases", | ||
"Domain Events", | ||
"Clean Architecture", | ||
"CLI", | ||
"Generate Files" | ||
], | ||
], | ||
"scripts": { | ||
@@ -54,12 +54,13 @@ "einstein:dev": "ts-node-dev -r tsconfig-paths/register bin/einstein.ts", | ||
"dependencies": { | ||
"module-alias": "^2.2.2", | ||
"tar": "^6.1.11" | ||
}, | ||
"_moduleAliases":{ | ||
"@types":"./interfaces/index", | ||
"@lib":"./lib", | ||
"@commands":"./commands", | ||
"@actions":"./actions", | ||
"@ui":"./ui", | ||
"@":"." | ||
"_moduleAliases": { | ||
"@types": "./interfaces/index", | ||
"@lib": "./lib", | ||
"@commands": "./commands", | ||
"@actions": "./actions", | ||
"@ui": "./ui", | ||
"@": "." | ||
} | ||
} |
125915
2
+ Addedmodule-alias@^2.2.2
+ Addedmodule-alias@2.2.3(transitive)