{
  "name": "@ciortanmadalina/angular2-translations-synchroniser",
  "version": "1.0.19",
  "description": "",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "files": [
    "bin/",
    "dist/"
  ],
  "scripts": {
    "build": "tsc",
    "watch": "npm run clean && tsc --watch",
    "clean": "del -rf ./dist",
    "lint": "tslint --force './src/**/*.ts'",
    "unitTests": "mocha test/bootstrap.js test/**/*Test.ts"
  },
  "bin": {
    "synchroniseTranslations": "bin/synchroniseTranslations.js",
    "mergeTranslations": "bin/mergeTranslations.js",
    "xlsToJson": "bin/xlsToJson.js",
    "jsonToExcel": "bin/jsonToExcelSplitKey.js",
    "jsonToExcelOneColumn": "bin/jsonToExcelOneColumn.js",
    "excelToJsonOneColumn": "bin/excelToJsonOneColumn.js",
    "excelToJson": "bin/excelToJsonSplitKey.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ciortanmadalina/angular2-translations-synchroniser"
  },
  "author": "Madalina Ciortan",
  "license": "ISC",
  "dependencies": {
    "@biesbjerg/ng2-translate-extract": "^0.3.5",
    "cheerio": "0.22.0",
    "cli": "1.0.1",
    "csvjson": "^4.0.2",
    "exceljs": "^0.2.42",
    "file-system": "^2.2.2",
    "fs": "0.0.1-security",
    "gettext-parser": "1.2.1",
    "glob": "7.1.1",
    "node-excel-to-json": "0.0.3",
    "path": "0.12.7"
  },
  "devDependencies": {
    "@types/chai": "3.4.34",
    "@types/cheerio": "0.17.31",
    "@types/glob": "5.0.30",
    "@types/mocha": "2.2.34",
    "chai": "3.5.0",
    "mocha": "3.2.0",
    "ts-node": "1.7.2",
    "tslint": "4.1.1",
    "tslint-eslint-rules": "3.2.0",
    "typescript": "2.0.10",
    "typings": "^2.1.0"
  }
}
