Files
stewardle/package.json
2022-06-15 22:54:25 +01:00

17 lines
302 B
JSON

{
"name": "stewardle",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.27.2",
"lodash": "^4.17.21",
"xml-js": "^1.6.11"
}
}