{
  "name": "@mojang/t-component",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "version": "4.0.2",
  "description": "Internationalization library",
  "scripts": {
    "coverage": "npm run test -- --coverage",
    "test": "jest -c ./jest.config.js --rootDir ./",
    "build": "tsc -p ./tsconfig.json",
    "release": "npm run build && npm run test && npm login && npm publish"
  },
  "license": "MIT",
  "keywords": [],
  "author": "Mojang",
  "dependencies": {
    "dompurify": "^2.2.6",
    "jed": "1.1.1"
  },
  "peerDependencies": {
    "react": "^16.13.1",
    "react-dom": "^16.13.1"
  },
  "devDependencies": {
    "@satansdeer/git-cz": "0.1.8",
    "@types/dompurify": "^2.0.1",
    "@types/jest": "^26.0.20",
    "@types/jsdom": "^16.2.6",
    "@types/react": "16.9.32",
    "@types/react-dom": "16.9.6",
    "gettext-parser": "3.1.0",
    "jest": "^26.6.3",
    "prettier": "1.15.2",
    "ts-jest": "^26.4.4",
    "typescript": "^3.9.7",
    "react-testing-library": "7.0.1",
    "react": "^16.13.1",
    "react-dom": "^16.13.1"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/@satansdeer/git-cz/dist/cz.js"
    }
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Mojang/t-component.git"
  }
}
