{
  "name": "generator-ibm-java-spring",
  "version": "2.3.3",
  "description": "Spring code generation and modification",
  "license": "Apache-2.0",
  "main": "index.js",
  "files": [
    "generators",
    "lib",
    "resources"
  ],
  "dependencies": {
    "bluebird": "^3.5.0",
    "extend": "^3.0.1",
    "handlebars": "^4.0.0",
    "ibm-java-codegen-common": "^3.0.3",
    "request": "^2.88.0",
    "unzip2": "^0.2.5",
    "yeoman-assert": "^2.2.2",
    "yeoman-generator": "^3.1.1"
  },
  "devDependencies": {
    "coveralls": "^3.0.2",
    "eslint": "^5.5.0",
    "mocha": "^5.2.0",
    "mocha-multi-reporters": "^1.1.7",
    "nyc": "^13.1.0",
    "standard-version": "^4.4.0",
    "xunit-file": "^1.0.0",
    "yeoman-test": "^2.0.0"
  },
  "scripts": {
    "test": "nyc --reporter=lcov mocha test/unit/* --reporter mocha-multi-reporters --reporter-options configFile=config.json",
    "testint": "nyc mocha test/integration/*",
    "testspring": "nyc mocha test/integration/generator.spring.*",
    "testopenapi": "nyc mocha test/integration/generator.openapi.test.js",
    "mocha": "nyc --reporter=lcov mocha test/unit/* --reporter mocha-multi-reporters --reporter-options configFile=config.json",
    "lint": "eslint .",
    "coveralls": "nyc report --reporter=text-lcov | coveralls",
    "prerelease": "npm test && npm run testint",
    "release": "standard-version"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ibm-developer/generator-ibm-java-spring"
  },
  "keywords": [
    "arf",
    "codegen",
    "yeoman",
    "generator",
    "YaaS",
    "java",
    "Spring"
  ],
  "contributors": [
    "Adam Pilkington",
    "Kate Stanley",
    "Quan Vo"
  ]
}
