{"library":"body-parser-xml","install":[{"cmd":"npm install body-parser-xml","imports":["const bodyParser = require('body-parser'); require('body-parser-xml')(bodyParser);","import bodyParser from 'body-parser'; import bodyParserXml from 'body-parser-xml'; bodyParserXml(bodyParser);","app.use(bodyParser.xml({ limit: '1MB' }));"]},{"cmd":"yarn add body-parser-xml","imports":[]},{"cmd":"pnpm add body-parser-xml","imports":[]}]}