UNPKG

@textlint/ast-node-types

Version:

textlint AST node type definition.

38 lines (37 loc) 808 B
{ "name": "@textlint/ast-node-types", "version": "15.5.2", "description": "textlint AST node type definition.", "keywords": [ "textlint" ], "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", "files": [ "bin/", "lib/", "src/", "!*.tsbuildinfo" ], "scripts": { "build": "tsc -b", "clean": "rimraf lib/", "prepack": "npm run build", "test": "vitest run", "test:watch": "vitest watch" }, "devDependencies": { "@types/node": "^24.10.13", "rimraf": "^6.1.3", "typescript": "~5.8.3", "vitest": "^3.2.4" }, "gitHead": "7320c69be4665acc74186834b435a32d283c1be5" }