generator-springboot-hexagonal
Version:
A code generator for SpringBoot microservices in Hexagonal Architecture
45 lines (44 loc) • 1.16 kB
JSON
{
"name": "generator-springboot-hexagonal",
"version": "0.3.12",
"description": "A code generator for SpringBoot microservices in Hexagonal Architecture",
"keywords": [
"yeoman-generator",
"yeoman",
"hexagonal",
"java",
"spring",
"spring-boot",
"microservice"
],
"files": [
"generators"
],
"main": "index.js",
"scripts": {
"test": "npm run test:unit -- test/**/*.spec.js test/*.spec.js --no-insight",
"test:unit": "mocha --timeout 30000 --slow 0 --reporter spec"
},
"repository": {
"type": "git",
"url": "https://github.com/odilio/generator-springboot"
},
"author": "Odilio <odilionoronhak@gmail.com>",
"license": "MIT",
"homepage": "https://spark-life.gitbook.io/spring-hexagonal/",
"dependencies": {
"chalk": "4.1.2",
"generator-springboot-hexagonal": "^0.3.12",
"lodash": "4.17.21",
"yeoman-generator": "5.6.1",
"yosay": "^2.0.2"
},
"devDependencies": {
"chai": "4.3.6",
"fs-extra": "10.1.0",
"mocha": "9.2.2",
"sinon": "14.0.0",
"yeoman-assert": "3.1.1",
"yeoman-test": "6.3.0"
}
}