@textlint/ast-node-types
Version:
textlint AST node type definition.
38 lines (37 loc) • 808 B
JSON
{
"name": "@textlint/ast-node-types",
"version": "15.2.0",
"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.34",
"rimraf": "^6.0.1",
"typescript": "~5.8.3",
"vitest": "^3.2.4"
},
"gitHead": "fa214af595129a5d0af056c0b7e2e6900faa3e7f"
}