{
  "name": "@textlint/types",
  "version": "14.8.4",
  "description": "Type definition package for textlint",
  "keywords": [
    "definition",
    "textlint",
    "types",
    "typescript"
  ],
  "homepage": "https://github.com/textlint/textlint/tree/master/packages/@textlint/types/",
  "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": {
    "lib": "lib",
    "test": "test"
  },
  "files": [
    "bin/",
    "lib/",
    "src/",
    "!*.tsbuildinfo"
  ],
  "scripts": {
    "build": "tsc -b",
    "clean": "rimraf lib/ module/",
    "format": "prettier --write \"**/*.{js,jsx,ts,tsx,css}\"",
    "prepack": "npm run --if-present build",
    "test": "tsc -b test/",
    "watch": "tsc -b --watch"
  },
  "prettier": {
    "printWidth": 120,
    "singleQuote": false,
    "tabWidth": 4
  },
  "dependencies": {
    "@textlint/ast-node-types": "14.8.4"
  },
  "devDependencies": {
    "@textlint/markdown-to-ast": "14.8.4",
    "@types/node": "^18.19.111",
    "prettier": "^2.7.1",
    "rimraf": "^6.0.1",
    "typescript": "~5.8.3",
    "unist-util-select": "^3.0.4",
    "vitest": "^3.2.3"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "2733e1b81674a28437c8e52ca49f6c389e8e2b67"
}
