mirror of
https://github.com/ssyyhhrr/stewardle.git
synced 2025-11-19 15:23:38 -05:00
17 lines
302 B
JSON
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"
|
|
}
|
|
}
|