{
  "name": "interminimal",
  "version": "1.0.34",
  "description": "Simple React translations",
  "type": "module",
  "scripts": {
    "build": "npm run build:tsc && npm run build:cjs",
    "build:tsc": "tsc",
    "build:cjs": "tsc --module commonjs --outDir demo/dist/cjs",
    "test": "jest",
    "tdd": "jest --watchAll",
    "demo": "cd demo && npm i && npm run export",
    "prepack": "npm test && npm run build && npm run docs && npm run demo && git add docs && git commit -m 'Update docs'",
    "postversion": "npm publish",
    "postpublish": "git push origin --all && git push origin --tags",
    "dev": "tsc --watch",
    "docs": "typedoc --out docs --cleanOutputDir false --categorizeByGroup false lib/index.ts",
    "docs:watch": "typedoc --watch --out docs --cleanOutputDir false --categorizeByGroup false lib/index.ts"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/BBCNI/Interminimal.git"
  },
  "keywords": [
    "react",
    "translation",
    "internationalisation",
    "i18n",
    "welsh",
    "plurals",
    "typescript"
  ],
  "author": "Andy Armstrong <andy@hexten.net>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/BBCNI/Interminimal/issues"
  },
  "homepage": "https://bbcni.github.io/Interminimal",
  "prettier": {
    "tabWidth": 2,
    "useTabs": false,
    "semi": true,
    "singleQuote": false,
    "quoteProps": "consistent",
    "jsxSingleQuote": false,
    "trailingComma": "none",
    "bracketSpacing": true,
    "arrowParens": "avoid",
    "requirePragma": false,
    "insertPragma": false,
    "proseWrap": "preserve",
    "htmlWhitespaceSensitivity": "css",
    "endOfLine": "lf"
  },
  "dependencies": {
    "lodash": "^4.17.21"
  },
  "peerDependencies": {
    "react": "^18.1.0",
    "react-dom": "^18.1.0"
  },
  "devDependencies": {
    "@babel/preset-env": "^7.17.10",
    "@babel/preset-react": "^7.16.7",
    "@testing-library/react": "^13.2.0",
    "@types/jest": "^27.5.0",
    "@types/lodash": "^4.14.182",
    "@types/node": "^17.0.32",
    "@types/react": "^18.0.8",
    "@types/react-dom": "^18.0.3",
    "@types/react-test-renderer": "^18.0.0",
    "babel-jest": "^28.1.0",
    "eslint": "8.14.0",
    "jest": "^28.1.0",
    "react": "^18.1.0",
    "react-dom": "^18.1.0",
    "react-test-renderer": "^18.1.0",
    "ts-jest": "^28.0.2",
    "ts-node": "^10.7.0",
    "typedoc": "^0.22.15",
    "typescript": "4.6.4"
  },
  "main": "./demo/dist/cjs/index.js",
  "module": "./demo/dist/esm/index.js",
  "types": "./demo/dist/esm/index.d.ts"
}
