{
    "name": "@tak-ps/xml-js",
    "type": "module",
    "version": "2.0.4",
    "description": "A convertor between XML text and Javascript object / JSON text.",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/dfpc-coe/xml-js.git"
    },
    "author": "Yousuf Almarzooqi <ysf953@gmail.com>",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/dfpc-coe/xml-js/issues"
    },
    "homepage": "https://github.com/dfpc-coe/xml-js#readme",
    "keywords": [
        "XML",
        "xml",
        "js",
        "JSON",
        "json",
        "cdata",
        "CDATA",
        "doctype",
        "processing instruction",
        "Javascript",
        "js2xml",
        "json2xml",
        "xml2js",
        "xml2json",
        "transform",
        "transformer",
        "transforming",
        "transformation",
        "convert",
        "convertor",
        "converting",
        "conversion",
        "parse",
        "parser",
        "parsing"
    ],
    "main": "./dist/index.js",
    "types": "./dist/index.d.ts",
    "exports": {
        ".": {
            "types": "./dist/index.d.ts",
            "import": "./dist/index.js"
        }
    },
    "bin": "./dist/bin/cli.js",
    "engines": {
        "node": ">= 22"
    },
    "scripts": {
        "build": "tsc && cp package.json dist/",
        "check": "tsc --noEmit",
        "lint": "eslint *.ts lib/ bin/ test/",
        "doc": "typedoc index.ts",
        "pretest": "npm run lint && npm run check",
        "test": "c8 --reporter=lcov --reporter=text tsx --test test/*.test.ts"
    },
    "dependencies": {
        "sax": "^1.4.1"
    },
    "devDependencies": {
        "@eslint/js": "^10.0.1",
        "@types/node": "^26.0.0",
        "@types/sax": "^1.2.7",
        "c8": "^11.0.0",
        "eslint": "^10.0.0",
        "tsx": "^4.20.3",
        "typedoc": "^0.28.0",
        "typescript": "^6.0.0",
        "typescript-eslint": "^8.0.0"
    }
}
