{
  "name": "@kizahasi/ot-string",
  "version": "0.7.0",
  "description": "Operational Transfomation library for string",
  "keywords": [
    "operational transformation",
    "operational transform",
    "ot"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/kizahasi/ot-string",
    "directory": "packages/ot-string"
  },
  "license": "MIT",
  "author": "kizahasi",
  "sideEffects": false,
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "typings": "dist/types/index.d.ts",
  "files": [
    "dist"
  ],
  "dependencies": {
    "@kizahasi/result": "^1.0.0",
    "diff-match-patch": "^1.0.5",
    "@kizahasi/ot-core": "0.7.0"
  },
  "devDependencies": {
    "@types/diff-match-patch": "1.0.36",
    "@types/jest": "29.5.13",
    "copyfiles": "2.4.1",
    "fast-check": "3.22.0",
    "jest": "29.7.0",
    "rimraf": "3.0.2",
    "ts-jest": "29.2.5",
    "typescript": "4.9.5"
  },
  "scripts": {
    "build": "rimraf ./dist && copyfiles \"./src/**/*.ts\" ./dist && tsc -p tsconfig.build-cjs.json && tsc -p tsconfig.build-esm.json && tsc -p tsconfig.build-types.json",
    "test": "jest"
  }
}