UNPKG

xast

Version:
48 lines (47 loc) 1.09 kB
{ "name": "xast", "version": "0.0.115", "description": "AST parsing library", "main": "build/index.js", "types": "build/index.d.ts", "scripts": { "test": "jest", "build": "tsc", "test:cov": "CI=1 jest", "lint": "eslint .", "prepare": "husky install", "semantic-release": "semantic-release" }, "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": "^28.1.8", "@types/node": "^18.7.13", "@typescript-eslint/eslint-plugin": "^5.35.1", "@typescript-eslint/parser": "^5.35.1", "eslint": "^8.23.0", "husky": "^8.0.1", "jest": "^29.0.1", "semantic-release": "^19.0.5", "ts-jest": "^28.0.8", "ts-node": "^10.9.1", "typescript": "^4.8.2" } }