@textlint/ast-tester
Version:
Compliance tests for textlint's AST(Abstract Syntax Tree).
61 lines (60 loc) • 1.59 kB
JSON
{
"name": "@textlint/ast-tester",
"version": "14.6.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",
"module": "./module/src/index.js",
"types": "lib/src/index.d.ts",
"directories": {
"test": "test"
},
"files": [
"bin/",
"lib/",
"module/",
"src/",
"!*.tsbuildinfo"
],
"scripts": {
"build": "tsc -b && tsc -b tsconfig.module.json",
"clean": "rimraf lib/ module/",
"prepack": "npm run --if-present build",
"test": "mocha",
"watch": "tsc -b --watch"
},
"dependencies": {
"@textlint/ast-node-types": "^14.6.0",
"debug": "^4.4.0"
},
"devDependencies": {
"@types/mocha": "^9.1.1",
"@types/node": "^18.19.9",
"mocha": "^10.8.1",
"rimraf": "^3.0.2",
"ts-node": "^10.9.2",
"typescript": "~5.3.3"
},
"publishConfig": {
"access": "public"
},
"email": "azuciao@gmail.com",
"gitHead": "95df8c106b26481548bb4181ff1811938d30d882"
}