UNPKG

@textlint/source-code-fixer

Version:
65 lines (64 loc) 1.5 kB
{ "name": "@textlint/source-code-fixer", "version": "15.2.1", "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.2.1", "debug": "^4.4.1" }, "devDependencies": { "@types/debug": "^4.1.12", "@types/node": "^18.19.119", "prettier": "^2.7.1", "rimraf": "^6.0.1", "typescript": "~5.8.3", "vitest": "^3.2.4" }, "publishConfig": { "access": "public" }, "gitHead": "67a43cde58e7babe58bae3165e1d6c21bec0c14f" }