{
  "name": "i18next-wc",
  "version": "1.1.2",
  "description": "web-components for i18next",
  "keywords": [
    "web-component",
    "i18n",
    "i18next"
  ],
  "homepage": "https://github.com/spurreiter/i18next-wc#readme",
  "bugs": {
    "url": "https://github.com/spurreiter/i18next-wc/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/spurreiter/i18next-wc.git"
  },
  "license": "MIT",
  "author": "spurreiter",
  "main": "dist/index.js",
  "directories": {
    "example": "examples",
    "test": "test"
  },
  "files": [
    "src",
    "dist"
  ],
  "scripts": {
    "all": "npm-run-all clean build test",
    "build": "webpack --mode production",
    "clean": "rimraf dist",
    "dev": "npm-run-all -p dev:ls dev:webpack",
    "dev:ls": "live-server",
    "dev:wct": "npm run test:wct -- -p",
    "dev:webpack": "webpack --mode development -w",
    "prepublishOnly": "npm-run-all clean build",
    "readme": "markedpp -i README.md -o README.md",
    "start": "webpack-dev-server --mode development",
    "test": "npm-run-all test:mocha",
    "test:mocha": "mocha test/*.test.ts",
    "test:wct": "wct --npm",
    "test:stencil": "cd test/stencil; npm run all"
  },
  "mocha": {
    "checkLeaks": true,
    "recursive": true,
    "require": "ts-node/register"
  },
  "dependencies": {},
  "devDependencies": {
    "@types/mocha": "^10.0.6",
    "@types/sinon": "^17.0.2",
    "apprun": "3.31.0",
    "chai": "^4.3.10",
    "i18next": "^23.7.6",
    "i18next-icu": "^2.3.0",
    "mocha": "^10.2.0",
    "npm-run-all": "^4.1.5",
    "rimraf": "^5.0.5",
    "sinon": "^17.0.1",
    "source-map-loader": "^4.0.1",
    "ts-loader": "^9.5.1",
    "ts-node": "^10.9.1",
    "typescript": "^5.3.2",
    "webpack": "^5.89.0",
    "webpack-cli": "^5.1.4",
    "webpack-dev-server": "^4.15.1"
  },
  "ignoredDevDependencies": {
    "wct-browser-legacy": "^1.0.2",
    "web-component-tester": "^6.9.2"
  }
}
