UNPKG

@textlint/source-code-fixer

Version:
65 lines (64 loc) 1.5 kB
{ "name": "@textlint/source-code-fixer", "version": "15.5.0", "description": "Apply @textlint/kernel lint result to text.", "keywords": [ "textlint", "kernel" ], "homepage": "https://github.com/textlint/textlint/tree/master/packages/@textlint/source-code-fixer/", "bugs": { "url": "https://github.com/textlint/textlint/issues" }, "repository": { "type": "git", "url": "https://github.com/textlint/textlint.git" }, "license": "MIT", "author": "azu", "sideEffects": false, "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/", "format": "prettier --write \"**/*.{js,jsx,ts,tsx,css}\"", "prepublishOnly": "npm run build", "test": "vitest run", "test:watch": "vitest watch", "watch": "tsc -b . --watch" }, "prettier": { "printWidth": 120, "singleQuote": false, "tabWidth": 4, "trailingComma": "none" }, "dependencies": { "@textlint/types": "15.5.0", "debug": "^4.4.3" }, "devDependencies": { "@types/debug": "^4.1.12", "@types/node": "^24.10.1", "prettier": "^2.7.1", "rimraf": "^6.1.2", "typescript": "~5.8.3", "vitest": "^3.2.4" }, "publishConfig": { "access": "public" }, "gitHead": "f3581439799807885624514f462fb9da3df336c1" }