{
  "name": "@theorchard/i18n-util",
  "version": "1.3.1",
  "description": "",
  "main": "src/index.js",
  "scripts": {
    "build": "tsc -p ./tsconfig.build.json",
    "test": "jest src"
  },
  "license": "ISC",
  "bin": {
    "i18n-util": "build/cli.js"
  },
  "publishConfig": {
    "registry": "https://npm.pkg.github.com"
  },
  "devDependencies": {
    "@types/jest": "^29.5.8",
    "@types/superagent": "^4.1.22",
    "jest": "^29.7.0",
    "ts-jest": "^29.1.1",
    "typescript": "^5.2.2"
  },
  "files": [
    "build"
  ],
  "dependencies": {
    "@types/lodash": "^4.14.201",
    "commander": "^11.1.0",
    "dotenv": "^16.3.1",
    "glob": "^7.2.0",
    "lodash": "^4.17.21",
    "superagent": "^8.1.2"
  }
}
