UNPKG

@textlint/ast-tester

Version:

Compliance tests for textlint's AST(Abstract Syntax Tree).

59 lines (58 loc) 1.34 kB
{ "name": "@textlint/ast-tester", "version": "15.5.0", "description": "Compliance tests for textlint's AST(Abstract Syntax Tree).", "keywords": [ "ast", "suite", "test", "testing", "textlint" ], "homepage": "https://github.com/textlint/textlint/tree/master/packages/@textlint/ast-tester", "bugs": { "url": "https://github.com/textlint/textlint/issues" }, "repository": { "type": "git", "url": "git+https://github.com/textlint/textlint.git" }, "license": "MIT", "author": "azu", "type": "commonjs", "main": "lib/src/index.js", "types": "lib/src/index.d.ts", "directories": { "test": "test" }, "files": [ "bin/", "lib/", "src/", "!*.tsbuildinfo" ], "scripts": { "build": "tsc -b", "clean": "rimraf lib/", "prepack": "npm run --if-present build", "test": "vitest run", "test:watch": "vitest watch", "watch": "tsc -b --watch" }, "dependencies": { "@textlint/ast-node-types": "15.5.0", "debug": "^4.4.3" }, "devDependencies": { "@types/debug": "^4.1.12", "@types/node": "^24.10.1", "rimraf": "^6.1.2", "typescript": "~5.8.3", "vitest": "^3.2.4" }, "publishConfig": { "access": "public" }, "email": "azuciao@gmail.com", "gitHead": "f3581439799807885624514f462fb9da3df336c1" }