{
  "name": "@swdotcom/editor-flow",
  "version": "1.2.2",
  "description": "Editor change event handler",
  "main": "dist/src/index.js",
  "types": "dist/src/index.d.ts",
  "publisher": "softwaredotcom",
  "prepublish": "tsc",
  "scripts": {
    "build": "tsc",
    "prepare": "yarn build",
    "publish": "npm publish",
    "test": "yarn build && NODE_ENV=test mocha -r ts-node/register test/**/*test.ts --reporter spec --timeout 20000 --exit"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/swdotcom/editor-flow.git"
  },
  "keywords": [
    "editor",
    "document",
    "keystrokes",
    "event",
    "listener"
  ],
  "author": "software",
  "license": "SEE LICENSE IN LICENSE",
  "bugs": {
    "url": "https://github.com/swdotcom/editor-flow/issues"
  },
  "homepage": "https://github.com/swdotcom/editor-flow#readme",
  "devDependencies": {
    "@types/chai": "^4.2.21",
    "@types/mocha": "^10.0.10",
    "@types/node": "^20.11.30",
    "@typescript-eslint/eslint-plugin": "^6.21.0",
    "@typescript-eslint/parser": "^6.21.0",
    "chai": "^4.3.4",
    "mocha": "^11.7.2",
    "ts-node": "^10.9.2",
    "typescript": "^5.9.2"
  },
  "directories": {
    "test": "test"
  }
}
