xml-expander/package.json

23 lines
388 B
JSON

{
"name": "xml-expander",
"version": "1.0.0",
"description": "",
"main": "build/index.js",
"scripts": {
"build": "tsc"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.19.2",
"koa": "^2.12.0",
"xml2js": "^0.4.23"
},
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/koa": "^2.11.3",
"@types/xml2js": "^0.4.5",
"typescript": "^3.9.5"
}
}