@textlint/ast-node-types
Version:
textlint AST node type definition.
39 lines (38 loc) • 958 B
JSON
{
"name": "@textlint/ast-node-types",
"version": "14.7.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",
"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": "mocha"
},
"devDependencies": {
"mocha": "^10.8.1",
"rimraf": "^3.0.2",
"ts-node": "^10.9.2",
"typescript": "~5.3.3"
},
"gitHead": "3e178b4f806c4ed6709346090f9a5b445b3add3f"
}