{
  "name": "@ebottacin/ngx-translate-extract",
  "version": "1.0.1",
  "description": "Extract strings from projects using ngx-translate",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "files": [
    "bin/",
    "dist/"
  ],
  "bin": {
    "ngx-translate-extract": "bin/cli.js"
  },
  "scripts": {
    "build": "npm run clean && ./node_modules/typescript/bin/tsc",
    "watch": "npm run clean && ./node_modules/typescript/bin/tsc --watch",
    "clean": "rm -rf ./dist",
    "lint": "./node_modules/tslint/bin/tslint --force './src/**/*.ts'",
    "test": "./node_modules/mocha/bin/mocha -r ts-node/register tests/**/*.spec.ts",
    "sample": "./bin/cli.js -i ../ngx-translate-test/src -o ../data -k -f namespaced-json"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/biesbjerg/ngx-translate-extract.git"
  },
  "keywords": [
    "angular",
    "ionic",
    "ngx-translate",
    "extract",
    "extractor",
    "translate",
    "translation",
    "i18n",
    "gettext"
  ],
  "author": "Enrico Bottacin <enrico.bottacin01@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ebottacin/ngx-translate-extract/issues"
  },
  "homepage": "https://github.com/ebottacin/ngx-translate-extract",
  "engines": {
    "node": ">=4.3.2"
  },
  "config": {},
  "devDependencies": {
    "@types/chai": "^4.1.7",
    "@types/flat": "^0.0.28",
    "@types/glob": "^7.1.1",
    "@types/mkdirp": "^0.5.2",
    "@types/mocha": "^5.2.7",
    "chai": "^4.2.0",
    "mocha": "^6.2.0",
    "ts-node": "^8.3.0",
    "tslint": "^5.18.0",
    "tslint-eslint-rules": "^5.4.0"
  },
  "dependencies": {
    "@angular/compiler": "^8.1.3",
    "boxen": "^4.1.0",
    "colorette": "^1.1.0",
    "flat": "git://github.com/lenchvolodymyr/flat.git#ffe77ef",
    "gettext-parser": "^4.0.1",
    "glob": "^7.1.4",
    "inversify": "^5.0.1",
    "mkdirp": "^0.5.1",
    "path": "^0.12.7",
    "reflect-metadata": "^0.1.13",
    "terminal-link": "^1.3.0",
    "typescript": "^3.5.3",
    "yargs": "^13.3.0",
    "@types/yargs": "^13.0.1"
  }
}
