{
  "name": "@textlint/text-to-ast",
  "version": "15.2.1",
  "description": "Parse plain text to AST with location info.",
  "keywords": [
    "ast",
    "textlint",
    "txt"
  ],
  "homepage": "https://github.com/textlint/textlint/tree/master/packages/@textlint/text-to-ast/",
  "bugs": {
    "url": "https://github.com/textlint/textlint/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/textlint/textlint.git"
  },
  "license": "MIT",
  "author": "azu",
  "type": "commonjs",
  "main": "lib/src/index.js",
  "types": "lib/src/index.d.ts",
  "directories": {
    "example": "example",
    "test": "test"
  },
  "files": [
    "bin/",
    "lib/",
    "src/",
    "!*.tsbuildinfo"
  ],
  "scripts": {
    "build": "tsc -b",
    "clean": "rimraf lib/",
    "crlf": "eolConverter crlf test/snapshots/crlf/input.txt && eolConverter crlf test/snapshots/crlf-empty-line/input.txt",
    "prepack": "npm run --if-present build",
    "pretest": "npm run crlf",
    "test": "vitest run",
    "test:watch": "vitest watch",
    "updateSnapshot": "UPDATE_SNAPSHOT=1 npm test",
    "watch": "tsc -b --watch"
  },
  "dependencies": {
    "@textlint/ast-node-types": "15.2.1"
  },
  "devDependencies": {
    "@textlint/ast-tester": "15.2.1",
    "@types/node": "^18.19.119",
    "eol-converter-cli": "^1.1.0",
    "rimraf": "^6.0.1",
    "typescript": "~5.8.3",
    "vitest": "^3.2.4"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "67a43cde58e7babe58bae3165e1d6c21bec0c14f"
}
