xmlbuilder2
Version:
An XML builder for node.js
65 lines (64 loc) • 1.84 kB
JSON
{
"name": "xmlbuilder2",
"version": "4.0.3",
"keywords": [
"xml",
"xmlbuilder"
],
"homepage": "https://github.com/oozcitak/xmlbuilder2",
"description": "An XML builder for node.js",
"author": "Ozgur Ozcitak <oozcitak@gmail.com>",
"contributors": [],
"license": "MIT",
"repository": {
"type": "https",
"url": "https://github.com/oozcitak/xmlbuilder2.git"
},
"bugs": {
"url": "https://github.com/oozcitak/xmlbuilder2/issues"
},
"main": "./lib/index",
"type": "commonjs",
"engines": {
"node": ">=20.0"
},
"files": [
"lib/**/*"
],
"types": "./lib/index.d.ts",
"dependencies": {
"@oozcitak/dom": "^2.0.2",
"@oozcitak/infra": "^2.0.2",
"@oozcitak/util": "^10.0.0",
"js-yaml": "^4.1.1"
},
"devDependencies": {
"@types/node": "^24.7.0",
"tsx": "^4.20.6",
"typescript": "^5.9.3",
"@types/dedent": "^0.7.2",
"dedent": "^1.7.0",
"xmlbuilder": "^15.1.1",
"xpath": "^0.0.34",
"@babel/preset-env": "^7.28.3",
"@babel/runtime-corejs3": "7.10.3",
"@types/js-yaml": "^4.0.9",
"babel-loader": "^10.0.0",
"core-js": "^3.45.1",
"es6-proxy-polyfill": "^2.1.1",
"node-polyfill-webpack-plugin": "^4.1.0",
"glob": "^11.0.3",
"harmony-reflect": "^1.6.2",
"publint": "^0.3.15",
"ts-loader": "^9.5.4",
"ts-node": "^10.9.2",
"webpack": "^5.102.0",
"webpack-cli": "^6.0.1"
},
"scripts": {
"test": "tsc && npx publint && tsx --test test/**/*test.ts",
"cover": "tsc && mkdir -p coverage && tsx --test --experimental-test-coverage --test-reporter=lcov --test-reporter-destination=./coverage/lcov.info test/**/*test.ts",
"publish-public": "tsc && npx publint && npx webpack && npm run cover && npm publish --access public",
"servedocs": "(cd docs && bundle exec jekyll serve)"
}
}