{
  "name": "@netless/xml-js",
  "version": "1.6.16",
  "description": "A converter between XML text and Javascript object / JSON text.",
  "repository": "netless-io/xml-js",
  "author": "Yousuf Almarzooqi <ysf953@gmail.com>",
  "license": "MIT",
  "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",
  "module": "./dist/index.es.js",
  "bin": "./bin/cli.js",
  "types": "./types/index.d.ts",
  "files": [
    "bin",
    "lib",
    "dist",
    "types"
  ],
  "scripts": {
    "build": "rollup -c"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^20.0.0",
    "@rollup/plugin-node-resolve": "^13.0.4",
    "rollup": "^2.55.1",
    "rollup-plugin-node-polyfills": "^0.2.1",
    "sax": "^1.2.4"
  }
}
