{
  "name": "@4c/intl",
  "version": "3.0.1",
  "homepage": "https://github.com/4Catalyzer/cli/tree/master/packages/intl",
  "bugs": {
    "url": "https://github.com/4Catalyzer/cli/issues"
  },
  "license": "MIT",
  "author": "4Catalyzer",
  "main": "command.js",
  "type": "module",
  "bin": {
    "intl": "cli.js"
  },
  "exports": {
    "./command": "./command.js",
    "./command.js": "./command.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/4Catalyzer/cli.git",
    "directory": "packages/intl"
  },
  "scripts": {
    "tdd": "jest --watch --runInBand"
  },
  "jest": {
    "testEnvironment": "node",
    "transform": {}
  },
  "dependencies": {
    "@4c/cli-core": "^4.0.0",
    "fast-json-stable-stringify": "^2.1.0",
    "glob": "^7.2.0"
  },
  "devDependencies": {
    "jest": "^27.5.1"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "5ae472195cc636c3876a6b24fe02925e89a36a5b"
}
