move xml2js dependency to bin/package.json

This commit is contained in:
Jonathan Gamble
2023-04-09 08:49:06 -05:00
parent b9b8d4a939
commit a3a348d8d6
4 changed files with 24 additions and 6 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"name": "bin",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"xml2js": "^0.5.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [ ],
"author": "",
"license": "ISC"
}
+1 -2
View File
@@ -30,8 +30,7 @@
"eslint": "^8.30.0",
"eslint-config-prettier": "^8.5.0",
"prettier": "2.8.1",
"typescript": "^4.9.4",
"xml2js": "0.4.23"
"typescript": "^4.9.4"
},
"scripts": {
"format": "prettier --write .",
+7 -4
View File
@@ -31,9 +31,12 @@ importers:
typescript:
specifier: ^4.9.4
version: 4.9.4
bin:
dependencies:
xml2js:
specifier: 0.4.23
version: 0.4.23
specifier: ^0.5.0
version: 0.5.0
ui:
dependencies:
@@ -6087,8 +6090,8 @@ packages:
engines: {node: '>=12'}
dev: false
/xml2js@0.4.23:
resolution: {integrity: sha512-ySPiMjM0+pLDftHgXY4By0uswI3SPKLDw/i3UXbnO8M/p28zqexCUoPmQFrYD+/1BzhGJSs2i1ERWKJAtiLrug==}
/xml2js@0.5.0:
resolution: {integrity: sha512-drPFnkQJik/O+uPKpqSgr22mpuFHqKdbS835iAQrUC73L2F5WkboIRd63ai/2Yg6I1jzifPFKH2NTK+cfglkIA==}
engines: {node: '>=4.0.0'}
dependencies:
sax: 1.2.4
+1
View File
@@ -1,4 +1,5 @@
packages:
- 'bin'
- 'ui'
- 'ui/*'
- 'ui/@types/*'