UNPKG

@textlint/ast-node-types

Version:

textlint AST node type definition.

39 lines (38 loc) 958 B
{ "name": "@textlint/ast-node-types", "version": "14.6.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", "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": "95df8c106b26481548bb4181ff1811938d30d882" }