UNPKG

jstoxml

Version:

Converts JavaScript/JSON to XML (for RSS, Podcasts, AMP, etc.)

41 lines (40 loc) 1.3 kB
{ "name": "jstoxml", "version": "7.1.0", "description": "Converts JavaScript/JSON to XML (for RSS, Podcasts, AMP, etc.)", "homepage": "http://github.com/davidcalhoun/jstoxml", "keywords": [ "amp", "google amp", "json", "podcast", "rss", "sitemap", "site map", "xml" ], "main": "jstoxml.js", "type": "module", "author": "David Calhoun <david.b.calhoun@gmail.com>", "license": "MIT", "repository": "git://github.com/davidcalhoun/jstoxml", "scripts": { "bump": "npm outdated & npm update && npm audit fix && npm test", "lint": "eslint jstoxml.js", "major": "npm version major && npm run npm-publish", "minor": "npm version minor && npm run npm-publish", "npm-publish": "npm publish && git push && git push --tags", "patch": "npm version patch && npm run npm-publish", "test": "node --experimental-vm-modules node_modules/.bin/jest" }, "devDependencies": { "@babel/core": "^7.16.5", "@babel/eslint-parser": "^7.17.0", "@eslint/eslintrc": "^3.3.1", "@eslint/js": "^9.24.0", "eslint": "^9.24.0", "globals": "^16.0.0", "jest": "^30.2.0", "prettier": "^3.2.4" } }