{
  "name": "khusamov-extjs-generator",
  "version": "1.5.4",
  "description": "Генератор Sencha ExtJS кода (6.х.х)",
  "author": "Khusamov Sukhrob <khusamov@yandex.ru>",
  "homepage": "https://github.com/khusamov/extjs-generator",
  "repository": "github:khusamov/extjs-generator",
  "license": "ISC",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "engines": {
    "node": "^8.11.2"
  },
  "scripts": {
    "test": "ts-mocha src/test/**/*.spec.ts",
    "release:start:minor": "npm version minor --no-git-tag-version",
    "release:start:patch": "npm version patch --no-git-tag-version",
    "release:finish:npm-publish": "npm run release:finish && npm publish",
    "release:finish": "git flow release finish v%npm_package_version% -m \"Версия %npm_package_version%\"",
    "preversion": "npm test && git checkout develop && git flow release start v%npm_package_version%",
    "postversion": "git add . && git commit -m \"Изменение версии на %npm_package_version%\"",
    "prepublishOnly": "npm test && npm run tsc",
    "postpublish": "rmdir /S /Q dist && git push && git push --tags",
    "tsc": "gulp tsc"
  },
  "devDependencies": {
    "@types/chai": "^4.1.4",
    "@types/del": "^3.0.1",
    "@types/expect": "^1.20.3",
    "@types/express": "^4.16.0",
    "@types/gulp": "^4.0.5",
    "@types/gulp-changed": "0.0.32",
    "@types/gulp-typescript": "^2.13.0",
    "@types/json5": "0.0.29",
    "@types/jsonpath": "^0.2.0",
    "@types/lodash": "^4.14.110",
    "@types/mkdirp-promise": "^5.0.0",
    "@types/mocha": "^5.2.2",
    "@types/node": "^10.3.4",
    "chai": "^4.1.2",
    "gulp": "^4.0.0",
    "gulp-changed": "^3.2.0",
    "gulp-typescript": "^5.0.0-alpha.2",
    "mocha": "^5.2.0",
    "ts-mocha": "^1.2.0",
    "ts-node": "^6.1.1",
    "tslint": "^5.10.0",
    "typescript": "^2.9.2"
  },
  "dependencies": {
    "del": "^3.0.0",
    "json5": "^1.0.1",
    "khusamov-javascript-generator": "^1.8.3",
    "lodash": "^4.17.4",
    "mkdirp-promise": "^5.0.1",
    "pascalcase": "^0.1.1"
  }
}
