{
  "name": "i18n-stex",
  "version": "1.0.12",
  "description": "i18n STrings EXtractor",
  "main": "dist/index.js",
  "scripts": {
    "test": "karma start --browsers Firefox --single-run",
    "testwatch": "karma start --browsers Firefox",
    "build": "tsc bin/cli.ts --outDir dist"
  },
  "keywords": [
    "i18n"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/2gis/stex"
  },
  "bin": {
    "stex": "./bin/stex"
  },
  "author": "",
  "license": "MIT",
  "devDependencies": {
    "@types/assert": "^0.0.31",
    "@types/cli": "^0.11.19",
    "@types/glob": "^5.0.30",
    "@types/node": "^8.0.14",
    "browserify": "^16.2.3",
    "eslint": "^6.0.1",
    "i18n-proto": "1.0.5",
    "karma": "4.1.0",
    "karma-browserify": "^6.0.0",
    "karma-firefox-launcher": "^1.1.0",
    "karma-mocha": "^1.3.0",
    "karma-typescript": "^4.1.0",
    "mocha": "^6.1.4",
    "ts-node": "^3.2.0",
    "tslib": "1.5.0",
    "tslint": "4.3.1",
    "tslint-eslint-rules": "3.2.3",
    "uglify-js": "3.0.18",
    "watchify": "^3.11.1"
  },
  "dependencies": {
    "cli": "^1.0.1",
    "glob": "^7.1.2",
    "typescript": "^3.5.2"
  }
}
