xast
Version:
AST parsing library
46 lines • 1.05 kB
JSON
{
"name": "xast",
"version": "0.1.328",
"description": "AST parsing library",
"main": "build/index.js",
"types": "build/index.d.ts",
"files": [
"src",
"build"
],
"repository": {
"type": "git",
"url": "https://github.com/3axap4eHko/xast.git"
},
"keywords": [
"AST",
"parser",
"syntax"
],
"author": "Ivan Zakharchanka",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/3axap4eHko/xast/issues"
},
"homepage": "https://github.com/3axap4eHko/xast#readme",
"devDependencies": {
"@types/jest": "^29.5.14",
"@types/node": "^22.19.15",
"@typescript-eslint/eslint-plugin": "^8.58.0",
"@typescript-eslint/parser": "^8.58.0",
"eslint": "^9.39.4",
"husky": "^9.1.7",
"jest": "^29.7.0",
"semantic-release": "^24.2.9",
"ts-jest": "^29.4.9",
"ts-node": "^10.9.2",
"typescript": "^5.9.3"
},
"scripts": {
"test": "jest",
"build": "tsc",
"test:cov": "CI=1 jest",
"lint": "eslint .",
"semantic-release": "semantic-release"
}
}