{
  "name": "@textlint/resolver",
  "version": "14.8.4",
  "description": "Module Resolver Utility for textlint",
  "keywords": [
    "textlint",
    "node",
    "config",
    "loader"
  ],
  "homepage": "https://github.com/textlint/textlint/tree/master/packages/@textlint/resolver/",
  "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",
  "module": "module/src/index.js",
  "types": "./module/src/index.d.ts",
  "directories": {
    "lib": "lib",
    "test": "test"
  },
  "files": [
    "bin/",
    "module/",
    "src/"
  ],
  "scripts": {
    "build": "tsc -b && tsc -b tsconfig.module.json",
    "clean": "tsc -b --clean && tsc -b tsconfig.module.json --clean",
    "prepublishOnly": "npm run clean && npm run build",
    "prettier": "prettier --write \"**/*.{js,jsx,ts,tsx,css}\"",
    "prepublish": "npm run --if-present build",
    "test": "vitest run",
    "test:watch": "vitest watch",
    "updateSnapshot": "UPDATE_SNAPSHOT=1 npm test",
    "watch": "tsc --build --watch"
  },
  "prettier": {
    "printWidth": 120,
    "singleQuote": false,
    "tabWidth": 4
  },
  "devDependencies": {
    "@types/debug": "^4.1.12",
    "@types/node": "^20.16.15",
    "prettier": "^2.8.1",
    "typescript": "^5.8.3",
    "vitest": "^3.2.3"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "2733e1b81674a28437c8e52ca49f6c389e8e2b67"
}
