UNPKG

@textlint/ast-node-types

Version:

textlint AST node type definition.

38 lines (37 loc) 808 B
{ "name": "@textlint/ast-node-types", "version": "15.1.1", "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": "^22.15.33", "rimraf": "^6.0.1", "typescript": "~5.8.3", "vitest": "^3.2.4" }, "gitHead": "1b3a571938c6bd73aac938266ef3315058077c81" }