{
  "name": "i18nize-react",
  "bin": {
    "i18nize-react": "src/index.js"
  },
  "version": "1.0.0",
  "description": "A babel plugin cli to automatically internationalize any react app",
  "main": "index.js",
  "scripts": {
    "start": "node ./src/index.js",
    "lint": "eslint ./src",
    "lint:fix": "eslint ./src --fix",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:coverage": "jest --coverage"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Ghost---Shadow/i18nize-react"
  },
  "keywords": [
    "i18n",
    "i18next",
    "react",
    "babel",
    "babeljs",
    "babel-plugin",
    "cli"
  ],
  "author": "Souradeep Nanda",
  "license": "MIT",
  "engines": {
    "node": ">=18"
  },
  "devDependencies": {
    "@babel/preset-env": "^7.26.0",
    "@babel/preset-react": "^7.26.0",
    "@eslint/js": "^9.21.0",
    "babel-jest": "^29.7.0",
    "babel-plugin-tester": "^11.0.4",
    "babel-test": "^0.2.4",
    "eslint": "^9.21.0",
    "eslint-plugin-react": "^7.37.0",
    "globals": "^16.0.0",
    "jest": "^29.7.0",
    "jest-file-snapshot": "^0.7.0",
    "react-test-renderer": "^18.3.1"
  },
  "dependencies": {
    "@babel/core": "^7.26.0",
    "@babel/generator": "^7.26.0",
    "@babel/parser": "^7.26.0",
    "@babel/plugin-transform-class-properties": "^7.25.0",
    "@babel/traverse": "^7.26.0",
    "babel-project-relative-import": "^2.0.1",
    "lodash": "^4.17.21",
    "randchinese": "^1.0.0"
  },
  "jest": {
    "testPathIgnorePatterns": [
      "/node_modules/",
      "/scratchpad",
      "/test/walking_test"
    ],
    "watchPathIgnorePatterns": [
      "fixtures/*",
      "__file_snapshots__",
      "/test/walking_test"
    ]
  }
}
