{
  "name": "tex-linebreak",
  "version": "0.9.0",
  "main": "dist/lib.js",
  "types": "dist/types/src/index.d.ts",
  "license": "MIT",
  "author": {
    "name": "Robert Knight",
    "email": "robertknight@gmail.com"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/robertknight/tex-linebreak.git"
  },
  "devDependencies": {
    "@types/chai": "^4.3.1",
    "@types/mocha": "^9.1.1",
    "@types/node": "^20.10.1",
    "chai": "^6.2.2",
    "hyphenation.en-us": "^0.2.1",
    "hypher": "^0.2.5",
    "karma": "^6.4.0",
    "karma-chrome-launcher": "^3.1.1",
    "karma-mocha": "^2.0.1",
    "mocha": "^11.7.3",
    "prettier": "^2.7.1",
    "puppeteer": "^22.15.0",
    "ts-loader": "^9.3.1",
    "typescript": "^5.3.2",
    "webpack": "^5.104.1",
    "webpack-cli": "^4.10.0",
    "xorshift": "^1.2.0"
  },
  "files": [
    "dist/**"
  ],
  "scripts": {
    "build-prod": "webpack --mode production && yarn types",
    "build-dev": "webpack --mode development",
    "format": "prettier --write src/*.ts src/**/*.ts test/**/*.ts",
    "prepublish": "yarn build-prod",
    "types": "tsc --declaration --emitDeclarationOnly --outDir dist/types",
    "test": "webpack --mode development --config webpack-test.config.js && karma start --single-run",
    "watch": "webpack --watch --mode development"
  },
  "dependencies": {}
}
