@textlint/ast-node-types
Version:
textlint AST node type definition.
40 lines (39 loc) • 899 B
JSON
{
"name": "@textlint/ast-node-types",
"version": "14.8.4",
"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",
"module": "./module/src/index.js",
"types": "./lib/src/index.d.ts",
"files": [
"bin/",
"lib/",
"module/",
"src/",
"!*.tsbuildinfo"
],
"scripts": {
"build": "tsc -b && tsc -b tsconfig.module.json",
"clean": "rimraf lib/ module/",
"prepack": "npm run build",
"test": "vitest run",
"test:watch": "vitest watch"
},
"devDependencies": {
"@types/node": "^22.13.17",
"rimraf": "^6.0.1",
"typescript": "~5.8.3",
"vitest": "^3.2.3"
},
"gitHead": "2733e1b81674a28437c8e52ca49f6c389e8e2b67"
}