@textlint/ast-node-types
Version:
textlint AST node type definition.
38 lines (37 loc) • 934 B
JSON
{
"name": "@textlint/ast-node-types",
"version": "13.4.1",
"description": "textlint AST node type definition.",
"keywords": [
"textlint"
],
"repository": {
"type": "git",
"url": "https://github.com/textlint/textlint.git"
},
"license": "MIT",
"author": "azu",
"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.2.0",
"rimraf": "^3.0.2",
"ts-node": "^10.9.1",
"typescript": "~4.9.4"
},
"gitHead": "12529a831ab27256c0a322b439420f741ad22029"
}