{
  "name": "jquery-i18next",
  "version": "1.3.0",
  "description": "jQuery-i18next is a jQuery based Javascript internationalization library on top of i18next. It helps you to easily internationalize your web applications.",
  "main": "index.js",
  "jsnext:main": "dist/es/index.js",
  "types": "index.d.ts",
  "keywords": [
    "i18next",
    "internationalization",
    "i18n",
    "translation",
    "localization",
    "l10n",
    "globalization",
    "jquery",
    "jquery-plugin"
  ],
  "homepage": "https://github.com/i18next/jquery-i18next",
  "bugs": "https://github.com/i18next/jquery-i18next/issues",
  "repository": {
    "type": "git",
    "url": "https://github.com/i18next/jquery-i18next.git"
  },
  "dependencies": {},
  "peerDependencies": {
    "i18next": ">= 23.0.0",
    "jquery": ">= 1.7.0"
  },
  "peerDependenciesMeta": {
    "i18next": {
      "optional": true
    },
    "jquery": {
      "optional": true
    }
  },
  "devDependencies": {
    "@types/jquery": "3.5.34",
    "babel-cli": "6.11.4",
    "babel-core": "6.13.2",
    "babel-eslint": "6.1.2",
    "babel-preset-es2015": "6.13.2",
    "babel-preset-stage-0": "6.5.0",
    "i18next": "26.3.0",
    "typescript": "5.9.3",
    "eslint": "3.3.1",
    "eslint-config-airbnb": "10.0.1",
    "mkdirp": "0.5.1",
    "rimraf": "2.5.4",
    "rollup": "0.34.10",
    "rollup-plugin-babel": "2.6.1",
    "rollup-plugin-node-resolve": "2.0.0",
    "rollup-plugin-uglify": "1.0.1",
    "yargs": "5.0.0"
  },
  "scripts": {
    "clean": "rimraf dist && mkdirp dist",
    "copy": "cp ./dist/umd/jquery-i18next.min.js ./jquery-i18next.min.js && cp ./dist/umd/jquery-i18next.js ./jquery-i18next.js",
    "build:es": "BABEL_ENV=jsnext babel src --out-dir dist/es",
    "build:cjs": "babel src --out-dir dist/commonjs",
    "build:umd": "rollup -c rollup.config.js --format umd && rollup -c rollup.config.js --format umd --uglify",
    "build:amd": "rollup -c rollup.config.js --format amd && rollup -c rollup.config.js --format umd --uglify",
    "build:iife": "rollup -c rollup.config.js --format iife && rollup -c rollup.config.js --format iife --uglify",
    "build": "npm run clean && npm run build:cjs && npm run build:es && npm run build:umd && npm run copy",
    "test:typescript": "tsc --noEmit --strict index.d.ts",
    "test": "npm run test:typescript",
    "preversion": "npm run build && git push",
    "postversion": "git push && git push --tags"
  },
  "author": "Jan Mühlemann <jan.muehlemann@gmail.com> (https://github.com/jamuhl)",
  "license": "MIT"
}
