UNPKG

@axel669/sanic-xml

Version:

A high brow, fast xml parsing library.

41 lines (40 loc) 833 B
{ "name": "@axel669/sanic-xml", "version": "0.3.0", "description": "A high brow, fast xml parsing library.", "main": "index.js", "type": "module", "scripts": { "test": "aegis tests/**/*.test.js" }, "bin": { "sanic-xml": "./lib/cli.js" }, "repository": { "type": "git", "url": "git+https://github.com/axel669/sanic-xml.git" }, "keywords": [ "xml", "sanic" ], "author": "Axel", "license": "MIT", "bugs": { "url": "https://github.com/axel669/sanic-xml/issues" }, "homepage": "https://github.com/axel669/sanic-xml#readme", "exports": { ".": "./lib/main.js", "./node": "./lib/node.js" }, "devDependencies": { "@axel669/aegis": "^0.2.7", "@hono/node-server": "^1.12.0", "hono": "^4.5.3", "tinybench": "^2.9.0" }, "files": [ "lib/" ] }