UNPKG

@textlint/types

Version:
64 lines (63 loc) 1.46 kB
{ "name": "@textlint/types", "version": "15.7.1", "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": "15.7.1" }, "devDependencies": { "@textlint/markdown-to-ast": "15.7.1", "@types/node": "^24.12.4", "prettier": "^2.8.1", "rimraf": "^6.1.3", "typescript": "~5.8.3", "unist-util-select": "^3.0.4", "vitest": "^3.2.4" }, "publishConfig": { "access": "public" }, "gitHead": "91ffc5947325f0a9d0500b889550a1b4d232f5f1" }